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