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