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