12014-12-18  Ulrich Drepper  <drepper@gmail.com>
2
3	* Makefile.am: Suppress output of textrel_check command.
4
52014-11-27  Mark Wielaard  <mjw@redhat.com>
6
7	* Makefile.am (libasm.so): Use textrel_check.
8
92014-04-13  Mark Wielaard  <mjw@redhat.com>
10
11	* Makefile.am: Remove !MUDFLAP conditions.
12
132013-04-24  Mark Wielaard  <mjw@redhat.com>
14
15	* Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
16
172011-02-08  Roland McGrath  <roland@redhat.com>
18
19	* asm_newscn.c (asm_newscn): Remove unused variable.
20
212010-02-15  Roland McGrath  <roland@redhat.com>
22
23	* Makefile.am: Use config/eu.am for common stuff.
24
252009-01-10  Ulrich Drepper  <drepper@redhat.com>
26
27	* Makefile.am: Use USE_LOCKS instead of USE_TLS.
28	* asm_error.c: Always use __thread.  Remove all !USE_TLS code.
29
302008-12-03  Ulrich Drepper  <drepper@redhat.com>
31
32	* Makefile.am [USE_TLS]: Like libasm.so with libpthread.
33
342008-01-11  Ulrich Drepper  <drepper@redhat.com>
35
36	* libasm.h (DisasmGetSymCB_t): Change type of fourth and fifth
37	parameter.
38	* disasm_cb.c: Adjust accordingly.
39
402008-01-08  Roland McGrath  <roland@redhat.com>
41
42	* Makefile.am (euinclude): Variable removed.
43	(pkginclude_HEADERS): Set this instead of euinclude_HEADERS.
44
452007-12-20  Ulrich Drepper  <drepper@redhat.com>
46
47	* disasm_cb.c: Add initial support to resolve addresses to symbols.
48
492007-02-05  Ulrich Drepper  <drepper@redhat.com>
50
51	* disasm_begin.c: New file.
52	* disasm_cb.c: New file.
53	* disasm_end.c: New file.
54	* disasm_str.c: New file.
55
562006-08-29  Roland McGrath  <roland@redhat.com>
57
58	* Makefile.am (CLEANFILES): Add libasm.so.$(VERSION).
59
602005-11-13  Roland McGrath  <roland@redhat.com>
61
62	* Makefile.am (INCLUDES): Search in libdw.
63
642005-09-02  Ulrich Drepper  <drepper@redhat.com>
65
66	* asm_error.c (asm_errmsg): Unify error message.
67
682005-08-28  Ulrich Drepper  <drepper@redhat.com>
69
70	* Makefile.am: Use $(LINK) not $(CC) when creating DSO.
71	(%.os): Use COMPILE.os.
72	(COMPILE.os): Filter out gconv options.
73
742005-08-02  Ulrich Drepper  <drepper@redhat.com>
75
76	* Makefile.am (AM_CFLAGS): Add -std=gnu99.
77	* asm_abort.c: Don't try to remove output file if there is none.
78	* asm_addint8.c: In print mode, print to file not stdout.
79	* asm_addsleb128.c: Likewise.
80	* asm_adduleb128.c: Likewise.
81	* asm_newscn.c: Likewise.
82	* asm_align.c: Implement print mode.
83	* asm_begin.c (asm_begin): Change interface.  Take binary class and
84	byte order information from new Ebl parameter.
85	* libasm.h: Adjust prototype.
86	* asm_end.c (text_end): Close file if necesary.
87	* asm_error.c: Add new error ASM_E_IOERROR.
88	* libasmP.h: Add ASM_E_IOERROR definition.
89
902005-02-15  Ulrich Drepper  <drepper@redhat.com>
91
92	* Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
93
94	* asm_end.c (text_end): Mark parameter as possibly unused.
95
962005-02-06  Ulrich Drepper  <drepper@redhat.com>
97
98	* Makefile.am: Remove lint handling.
99
1002005-02-05  Ulrich Drepper  <drepper@redhat.com>
101
102	* asm_end.c (binary_end): Don't terminate with error() in case
103	something goes wrong.
104
105	* Makefile.am: Check for text relocations in constructed DSO.
106
107	* Makefile.am (AM_CFLAGS): More warnings.  Add -fmudflap for MUDFLAP.
108
109	* asm_end.c (binary_end): Remove shadowing variables.
110	Little cleanups.
111
112	* asm_newsym.c: Allocate memory for the string parameter.
113
1142005-02-04  Ulrich Drepper  <drepper@redhat.com>
115
116	* asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference
117	asm_newscn.
118
1192004-09-25  Ulrich Drepper  <drepper@redhat.com>
120
121	* asm_error.c: Make compile with gcc 4.0.
122
1232004-01-20  Ulrich Drepper  <drepper@redhat.com>
124
125	* Makefile.am: Support building with mudflap.
126
1272004-01-18  Ulrich Drepper  <drepper@redhat.com>
128
129	* libasmP.h (_): Use elfutils domain.
130
1312004-01-17  Ulrich Drepper  <drepper@redhat.com>
132
133	* Makefile.am: Support building with mudflap.
134
1352003-08-13  Ulrich Drepper  <drepper@redhat.com>
136
137	* Makefile.in: Depend on libebl.a, not libebl.so.
138
1392003-08-11  Ulrich Drepper  <drepper@redhat.com>
140
141	* Moved to CVS archive.
142