12015-10-05  Josh Stone  <jistone@redhat.com>
2
3	* Makefile.am (libasm.so): Add AM_V_CCLD and AM_V_at silencers.
4
52015-09-23  Mark Wielaard  <mjw@redhat.com>
6
7	* asm_align.c (__libasm_ensure_section_space): Mark as
8	internal_function.
9	* asm_end.c (__libasm_finictx): Likewise.
10	* asm_error.c (__libasm_seterrno): Likewise.
11
122015-09-22  Mark Wielaard  <mjw@redhat.com>
13
14	* asm_*.c: Remove old-style function definitions.
15
162015-09-04  Chih-Hung Hsieh  <chh@google.com>
17
18	* asm_addint8.c (FCT): Replace K&R function definition
19	with ansi-C definitions.
20	* asm_adduint8.c (UFCT): Likewise.
21	* asm_begin.c (asm_begin): Likewise.
22
232014-12-18  Ulrich Drepper  <drepper@gmail.com>
24
25	* Makefile.am: Suppress output of textrel_check command.
26
272014-11-27  Mark Wielaard  <mjw@redhat.com>
28
29	* Makefile.am (libasm.so): Use textrel_check.
30
312014-04-13  Mark Wielaard  <mjw@redhat.com>
32
33	* Makefile.am: Remove !MUDFLAP conditions.
34
352013-04-24  Mark Wielaard  <mjw@redhat.com>
36
37	* Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
38
392011-02-08  Roland McGrath  <roland@redhat.com>
40
41	* asm_newscn.c (asm_newscn): Remove unused variable.
42
432010-02-15  Roland McGrath  <roland@redhat.com>
44
45	* Makefile.am: Use config/eu.am for common stuff.
46
472009-01-10  Ulrich Drepper  <drepper@redhat.com>
48
49	* Makefile.am: Use USE_LOCKS instead of USE_TLS.
50	* asm_error.c: Always use __thread.  Remove all !USE_TLS code.
51
522008-12-03  Ulrich Drepper  <drepper@redhat.com>
53
54	* Makefile.am [USE_TLS]: Like libasm.so with libpthread.
55
562008-01-11  Ulrich Drepper  <drepper@redhat.com>
57
58	* libasm.h (DisasmGetSymCB_t): Change type of fourth and fifth
59	parameter.
60	* disasm_cb.c: Adjust accordingly.
61
622008-01-08  Roland McGrath  <roland@redhat.com>
63
64	* Makefile.am (euinclude): Variable removed.
65	(pkginclude_HEADERS): Set this instead of euinclude_HEADERS.
66
672007-12-20  Ulrich Drepper  <drepper@redhat.com>
68
69	* disasm_cb.c: Add initial support to resolve addresses to symbols.
70
712007-02-05  Ulrich Drepper  <drepper@redhat.com>
72
73	* disasm_begin.c: New file.
74	* disasm_cb.c: New file.
75	* disasm_end.c: New file.
76	* disasm_str.c: New file.
77
782006-08-29  Roland McGrath  <roland@redhat.com>
79
80	* Makefile.am (CLEANFILES): Add libasm.so.$(VERSION).
81
822005-11-13  Roland McGrath  <roland@redhat.com>
83
84	* Makefile.am (INCLUDES): Search in libdw.
85
862005-09-02  Ulrich Drepper  <drepper@redhat.com>
87
88	* asm_error.c (asm_errmsg): Unify error message.
89
902005-08-28  Ulrich Drepper  <drepper@redhat.com>
91
92	* Makefile.am: Use $(LINK) not $(CC) when creating DSO.
93	(%.os): Use COMPILE.os.
94	(COMPILE.os): Filter out gconv options.
95
962005-08-02  Ulrich Drepper  <drepper@redhat.com>
97
98	* Makefile.am (AM_CFLAGS): Add -std=gnu99.
99	* asm_abort.c: Don't try to remove output file if there is none.
100	* asm_addint8.c: In print mode, print to file not stdout.
101	* asm_addsleb128.c: Likewise.
102	* asm_adduleb128.c: Likewise.
103	* asm_newscn.c: Likewise.
104	* asm_align.c: Implement print mode.
105	* asm_begin.c (asm_begin): Change interface.  Take binary class and
106	byte order information from new Ebl parameter.
107	* libasm.h: Adjust prototype.
108	* asm_end.c (text_end): Close file if necesary.
109	* asm_error.c: Add new error ASM_E_IOERROR.
110	* libasmP.h: Add ASM_E_IOERROR definition.
111
1122005-02-15  Ulrich Drepper  <drepper@redhat.com>
113
114	* Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
115
116	* asm_end.c (text_end): Mark parameter as possibly unused.
117
1182005-02-06  Ulrich Drepper  <drepper@redhat.com>
119
120	* Makefile.am: Remove lint handling.
121
1222005-02-05  Ulrich Drepper  <drepper@redhat.com>
123
124	* asm_end.c (binary_end): Don't terminate with error() in case
125	something goes wrong.
126
127	* Makefile.am: Check for text relocations in constructed DSO.
128
129	* Makefile.am (AM_CFLAGS): More warnings.  Add -fmudflap for MUDFLAP.
130
131	* asm_end.c (binary_end): Remove shadowing variables.
132	Little cleanups.
133
134	* asm_newsym.c: Allocate memory for the string parameter.
135
1362005-02-04  Ulrich Drepper  <drepper@redhat.com>
137
138	* asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference
139	asm_newscn.
140
1412004-09-25  Ulrich Drepper  <drepper@redhat.com>
142
143	* asm_error.c: Make compile with gcc 4.0.
144
1452004-01-20  Ulrich Drepper  <drepper@redhat.com>
146
147	* Makefile.am: Support building with mudflap.
148
1492004-01-18  Ulrich Drepper  <drepper@redhat.com>
150
151	* libasmP.h (_): Use elfutils domain.
152
1532004-01-17  Ulrich Drepper  <drepper@redhat.com>
154
155	* Makefile.am: Support building with mudflap.
156
1572003-08-13  Ulrich Drepper  <drepper@redhat.com>
158
159	* Makefile.in: Depend on libebl.a, not libebl.so.
160
1612003-08-11  Ulrich Drepper  <drepper@redhat.com>
162
163	* Moved to CVS archive.
164