blob: 9b25af99918b25b22c305d72c5677548331822fc [file] [log] [blame]
Ulrich Drepper898ed262014-12-18 12:32:39 -050012014-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>
Mark Wielaard805ec832014-11-27 23:53:30 +01006
7 * Makefile.am (libasm.so): Use textrel_check.
8
Mark Wielaard32324792014-04-13 17:39:57 +020092014-04-13 Mark Wielaard <mjw@redhat.com>
10
11 * Makefile.am: Remove !MUDFLAP conditions.
12
Mark Wielaardcdaaf212013-04-25 16:50:11 -0400132013-04-24 Mark Wielaard <mjw@redhat.com>
14
15 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
16
Roland McGrath7094d002011-02-08 11:20:49 -0800172011-02-08 Roland McGrath <roland@redhat.com>
18
19 * asm_newscn.c (asm_newscn): Remove unused variable.
20
Roland McGrath22359e22010-02-15 15:57:03 -0800212010-02-15 Roland McGrath <roland@redhat.com>
22
23 * Makefile.am: Use config/eu.am for common stuff.
24
Ulrich Drepper7e678fa2009-01-10 18:02:05 -0800252009-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
Roland McGrath12af5a22008-12-04 06:28:06 +0000302008-12-03 Ulrich Drepper <drepper@redhat.com>
31
32 * Makefile.am [USE_TLS]: Like libasm.so with libpthread.
33
Ulrich Drepper8a3ca3a2008-01-11 09:35:15 +0000342008-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
Ulrich Dreppere219f1c2008-01-09 05:49:49 +0000402008-01-08 Roland McGrath <roland@redhat.com>
41
42 * Makefile.am (euinclude): Variable removed.
43 (pkginclude_HEADERS): Set this instead of euinclude_HEADERS.
44
Ulrich Drepper3cbdd382008-01-02 17:44:39 +0000452007-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
Roland McGrathc373d852006-10-10 00:25:21 +0000562006-08-29 Roland McGrath <roland@redhat.com>
57
58 * Makefile.am (CLEANFILES): Add libasm.so.$(VERSION).
59
Roland McGrathe47ab762005-11-17 03:16:00 +0000602005-11-13 Roland McGrath <roland@redhat.com>
61
62 * Makefile.am (INCLUDES): Search in libdw.
63
Ulrich Drepper5d598762005-09-03 06:05:45 +0000642005-09-02 Ulrich Drepper <drepper@redhat.com>
65
66 * asm_error.c (asm_errmsg): Unify error message.
67
Ulrich Drepperfbe998a2005-08-29 16:27:10 +0000682005-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
Ulrich Dreppera38998e2005-08-03 02:05:39 +0000742005-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
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000902005-02-15 Ulrich Drepper <drepper@redhat.com>
91
Ulrich Dreppera38998e2005-08-03 02:05:39 +000092 * Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000093
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.