resetting manifest requested domain to floor
[platform/upstream/elfutils.git] / libasm / ChangeLog
1 2015-10-05  Josh Stone  <jistone@redhat.com>
2
3         * Makefile.am (libasm.so): Add AM_V_CCLD and AM_V_at silencers.
4
5 2015-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
12 2015-09-22  Mark Wielaard  <mjw@redhat.com>
13
14         * asm_*.c: Remove old-style function definitions.
15
16 2015-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
23 2014-12-18  Ulrich Drepper  <drepper@gmail.com>
24
25         * Makefile.am: Suppress output of textrel_check command.
26
27 2014-11-27  Mark Wielaard  <mjw@redhat.com>
28
29         * Makefile.am (libasm.so): Use textrel_check.
30
31 2014-04-13  Mark Wielaard  <mjw@redhat.com>
32
33         * Makefile.am: Remove !MUDFLAP conditions.
34
35 2013-04-24  Mark Wielaard  <mjw@redhat.com>
36
37         * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
38
39 2011-02-08  Roland McGrath  <roland@redhat.com>
40
41         * asm_newscn.c (asm_newscn): Remove unused variable.
42
43 2010-02-15  Roland McGrath  <roland@redhat.com>
44
45         * Makefile.am: Use config/eu.am for common stuff.
46
47 2009-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
52 2008-12-03  Ulrich Drepper  <drepper@redhat.com>
53
54         * Makefile.am [USE_TLS]: Like libasm.so with libpthread.
55
56 2008-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
62 2008-01-08  Roland McGrath  <roland@redhat.com>
63
64         * Makefile.am (euinclude): Variable removed.
65         (pkginclude_HEADERS): Set this instead of euinclude_HEADERS.
66
67 2007-12-20  Ulrich Drepper  <drepper@redhat.com>
68
69         * disasm_cb.c: Add initial support to resolve addresses to symbols.
70
71 2007-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
78 2006-08-29  Roland McGrath  <roland@redhat.com>
79
80         * Makefile.am (CLEANFILES): Add libasm.so.$(VERSION).
81
82 2005-11-13  Roland McGrath  <roland@redhat.com>
83
84         * Makefile.am (INCLUDES): Search in libdw.
85
86 2005-09-02  Ulrich Drepper  <drepper@redhat.com>
87
88         * asm_error.c (asm_errmsg): Unify error message.
89
90 2005-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
96 2005-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
112 2005-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
118 2005-02-06  Ulrich Drepper  <drepper@redhat.com>
119
120         * Makefile.am: Remove lint handling.
121
122 2005-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
136 2005-02-04  Ulrich Drepper  <drepper@redhat.com>
137
138         * asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference
139         asm_newscn.
140
141 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
142
143         * asm_error.c: Make compile with gcc 4.0.
144
145 2004-01-20  Ulrich Drepper  <drepper@redhat.com>
146
147         * Makefile.am: Support building with mudflap.
148
149 2004-01-18  Ulrich Drepper  <drepper@redhat.com>
150
151         * libasmP.h (_): Use elfutils domain.
152
153 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
154
155         * Makefile.am: Support building with mudflap.
156
157 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
158
159         * Makefile.in: Depend on libebl.a, not libebl.so.
160
161 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
162
163         * Moved to CVS archive.