• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12020-12-16  Dmitry V. Levin  <ldv@altlinux.org>
2
3	* libasmP.h (_): Remove.
4
52020-12-12  Dmitry V. Levin  <ldv@altlinux.org>
6
7	* asm_begin.c (prepare_binary_output): Fix spelling typo in comment.
8	* asm_end.c (binary_end): Likewise.
9
102020-12-11  Dmitry V. Levin  <ldv@altlinux.org>
11
12	* Makefile.am (GCC_INCLUDE): Remove.
13
142020-12-09  Dmitry V. Levin  <ldv@altlinux.org>
15
16	* Makefile.am (noinst_PROGRAMS): Rename to noinst_DATA.
17	(libasm_so_SOURCES): Remove.
18	(CLEANFILES): Add libasm.so.
19
202020-11-30  Dmitry V. Levin  <ldv@altlinux.org>
21
22	* Makefile.am (libasm.so$(EXEEXT)): Drop $(EXEEXT) suffix.
23
242020-10-29  Mark Wielaard  <mark@klomp.org>
25
26	* asm_align.c (__libasm_ensure_section_space): Use calloc, not
27	malloc to allocate extra space.
28
292020-07-19  Mark Wielaard  <mark@klomp.org>
30
31	* libasmP.h: Include libebl.h after libasm.h.
32
332020-07-05  Mark Wielaard  <mark@klomp.org>
34
35	* libasm.h: Include gelf.h.
36
372020-04-25  Mark Wielaard  <mark@klomp.org>
38
39	* asm_end.c (text_end): Call fflush instead of fclose.
40
412020-01-08  Mark Wielaard  <mark@klomp.org>
42
43	* libasm.h: Don't include libebl.h. Define an opaque Ebl handle.
44	* libasmP.h: Do include libebl.h.
45
462019-08-28  Mark Wielaard  <mark@klomp.org>
47
48	* Makefile.am (libasm_so_DEPS): Replace libebl.a with libebl_pic.a.
49
502019-03-06  Mark Wielaard  <mark@klomp.org>
51
52	* asm_end.c (binary_end): Check return value of gelf_update_ehdr.
53
542018-10-19  Mark Wielaard  <mark@klomp.org>
55
56	* disasm_cb.c (read_symtab_exec): Check sh_entsize is not zero.
57
582018-07-04  Ross Burton <ross.burton@intel.com>
59
60	* asm_end.c: Remove error.h include.
61	* asm_newscn.c: Likewise.
62	* i386_gendis.c: Likewise and add system.h include.
63	* i386_lex.l: Likewise.
64	* i386_parse.y: Likewise.
65
662017-02-27  Ulf Hermann  <ulf.hermann@qt.io>
67
68	* Makefile.am: Use dso_LDFLAGS.
69
702017-02-17  Ulf Hermann  <ulf.hermann@qt.io>
71
72	* Makefile.am: Add libasm_so_DEPS to specify external libraries
73	that have to be linked in, and libasm_so_LIBS to specify the
74	archives libasm consists of. The dependencies include libeu.a.
75	(libasm_so_LDLIBS): Add $(libasm_so_DEPS).
76	(libasm_so$(EXEEXT): Use $(libasm_so_LIBS),
77	add --no-undefined,-z,defs,-z,relro,
78	drop the manual enumeration of dependencies,
79	specify the correct path for libasm.map.
80
812017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
82
83	* asm_end.c (binary_end): Fix nesting of braces.
84
852017-02-12  Mark Wielaard  <mjw@redhat.com>
86
87	* asm_newsym.c (asm_newsym): Increase TEMPSYMLEN to 13.
88
892017-02-15  Ulf Hermann  <ulf.hermann@qt.io>
90
91	* disasm_str.c: Include system.h.
92
932016-10-11  Akihiko Odaki  <akihiko.odaki.4i@stu.hosei.ac.jp>
94
95	* asm_align.c: Remove sys/param.h include.
96
972016-07-08  Mark Wielaard  <mjw@redhat.com>
98
99	* Makefile.am (AM_CPPFLAGS): Add libdwelf.
100	(libasm.so): Add libdw.
101	* asm_begin.c (prepare_binary_output): Use dwelf_strtab instead of
102	ebl_strtab.
103	* asm_end.c (binary_end): Likewise.
104	(__libasm_finictx): Likewise.
105	* asm_newabssym.c (asm_newabssym):  Likewise.
106	* asm_newcomsym.c (asm_newcomsym): Likewise.
107	* asm_newscn.c (binary_newscn): Likewise.
108	* asm_newscngrp.c (asm_newscngrp): Likewise.
109	* asm_newsym.c (asm_newsym): Likewise.
110	* libasmP.h: Likewise.
111	* symbolhash.c (COMPARE): Likewise.
112	* symbolhash.h (COMPARE): Likewise.
113
1142016-06-28  Richard Henderson <rth@redhat.com>
115
116	* disasm_cb.c (disasm_cb): Pass ebl to disasm hook.
117
1182016-02-12  Mark Wielaard  <mjw@redhat.com>
119
120	* asm_begin.c (prepare_text_output): Only call __fsetlocking when
121	result isn't NULL.
122
1232015-10-05  Josh Stone  <jistone@redhat.com>
124
125	* Makefile.am (libasm.so): Add AM_V_CCLD and AM_V_at silencers.
126
1272015-09-23  Mark Wielaard  <mjw@redhat.com>
128
129	* asm_align.c (__libasm_ensure_section_space): Mark as
130	internal_function.
131	* asm_end.c (__libasm_finictx): Likewise.
132	* asm_error.c (__libasm_seterrno): Likewise.
133
1342015-09-22  Mark Wielaard  <mjw@redhat.com>
135
136	* asm_*.c: Remove old-style function definitions.
137
1382015-09-04  Chih-Hung Hsieh  <chh@google.com>
139
140	* asm_addint8.c (FCT): Replace K&R function definition
141	with ansi-C definitions.
142	* asm_adduint8.c (UFCT): Likewise.
143	* asm_begin.c (asm_begin): Likewise.
144
1452014-12-18  Ulrich Drepper  <drepper@gmail.com>
146
147	* Makefile.am: Suppress output of textrel_check command.
148
1492014-11-27  Mark Wielaard  <mjw@redhat.com>
150
151	* Makefile.am (libasm.so): Use textrel_check.
152
1532014-04-13  Mark Wielaard  <mjw@redhat.com>
154
155	* Makefile.am: Remove !MUDFLAP conditions.
156
1572013-04-24  Mark Wielaard  <mjw@redhat.com>
158
159	* Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
160
1612011-02-08  Roland McGrath  <roland@redhat.com>
162
163	* asm_newscn.c (asm_newscn): Remove unused variable.
164
1652010-02-15  Roland McGrath  <roland@redhat.com>
166
167	* Makefile.am: Use config/eu.am for common stuff.
168
1692009-01-10  Ulrich Drepper  <drepper@redhat.com>
170
171	* Makefile.am: Use USE_LOCKS instead of USE_TLS.
172	* asm_error.c: Always use __thread.  Remove all !USE_TLS code.
173
1742008-12-03  Ulrich Drepper  <drepper@redhat.com>
175
176	* Makefile.am [USE_TLS]: Like libasm.so with libpthread.
177
1782008-01-11  Ulrich Drepper  <drepper@redhat.com>
179
180	* libasm.h (DisasmGetSymCB_t): Change type of fourth and fifth
181	parameter.
182	* disasm_cb.c: Adjust accordingly.
183
1842008-01-08  Roland McGrath  <roland@redhat.com>
185
186	* Makefile.am (euinclude): Variable removed.
187	(pkginclude_HEADERS): Set this instead of euinclude_HEADERS.
188
1892007-12-20  Ulrich Drepper  <drepper@redhat.com>
190
191	* disasm_cb.c: Add initial support to resolve addresses to symbols.
192
1932007-02-05  Ulrich Drepper  <drepper@redhat.com>
194
195	* disasm_begin.c: New file.
196	* disasm_cb.c: New file.
197	* disasm_end.c: New file.
198	* disasm_str.c: New file.
199
2002006-08-29  Roland McGrath  <roland@redhat.com>
201
202	* Makefile.am (CLEANFILES): Add libasm.so.$(VERSION).
203
2042005-11-13  Roland McGrath  <roland@redhat.com>
205
206	* Makefile.am (INCLUDES): Search in libdw.
207
2082005-09-02  Ulrich Drepper  <drepper@redhat.com>
209
210	* asm_error.c (asm_errmsg): Unify error message.
211
2122005-08-28  Ulrich Drepper  <drepper@redhat.com>
213
214	* Makefile.am: Use $(LINK) not $(CC) when creating DSO.
215	(%.os): Use COMPILE.os.
216	(COMPILE.os): Filter out gconv options.
217
2182005-08-02  Ulrich Drepper  <drepper@redhat.com>
219
220	* Makefile.am (AM_CFLAGS): Add -std=gnu99.
221	* asm_abort.c: Don't try to remove output file if there is none.
222	* asm_addint8.c: In print mode, print to file not stdout.
223	* asm_addsleb128.c: Likewise.
224	* asm_adduleb128.c: Likewise.
225	* asm_newscn.c: Likewise.
226	* asm_align.c: Implement print mode.
227	* asm_begin.c (asm_begin): Change interface.  Take binary class and
228	byte order information from new Ebl parameter.
229	* libasm.h: Adjust prototype.
230	* asm_end.c (text_end): Close file if necesary.
231	* asm_error.c: Add new error ASM_E_IOERROR.
232	* libasmP.h: Add ASM_E_IOERROR definition.
233
2342005-02-15  Ulrich Drepper  <drepper@redhat.com>
235
236	* Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
237
238	* asm_end.c (text_end): Mark parameter as possibly unused.
239
2402005-02-06  Ulrich Drepper  <drepper@redhat.com>
241
242	* Makefile.am: Remove lint handling.
243
2442005-02-05  Ulrich Drepper  <drepper@redhat.com>
245
246	* asm_end.c (binary_end): Don't terminate with error() in case
247	something goes wrong.
248
249	* Makefile.am: Check for text relocations in constructed DSO.
250
251	* Makefile.am (AM_CFLAGS): More warnings.  Add -fmudflap for MUDFLAP.
252
253	* asm_end.c (binary_end): Remove shadowing variables.
254	Little cleanups.
255
256	* asm_newsym.c: Allocate memory for the string parameter.
257
2582005-02-04  Ulrich Drepper  <drepper@redhat.com>
259
260	* asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference
261	asm_newscn.
262
2632004-09-25  Ulrich Drepper  <drepper@redhat.com>
264
265	* asm_error.c: Make compile with gcc 4.0.
266
2672004-01-20  Ulrich Drepper  <drepper@redhat.com>
268
269	* Makefile.am: Support building with mudflap.
270
2712004-01-18  Ulrich Drepper  <drepper@redhat.com>
272
273	* libasmP.h (_): Use elfutils domain.
274
2752004-01-17  Ulrich Drepper  <drepper@redhat.com>
276
277	* Makefile.am: Support building with mudflap.
278
2792003-08-13  Ulrich Drepper  <drepper@redhat.com>
280
281	* Makefile.in: Depend on libebl.a, not libebl.so.
282
2832003-08-11  Ulrich Drepper  <drepper@redhat.com>
284
285	* Moved to CVS archive.
286