blob: 78a895c25634328d0dc5bdd77917424fe459f539 [file] [log] [blame]
Ulrich Drepper3cbdd382008-01-02 17:44:39 +000012007-12-20 Ulrich Drepper <drepper@redhat.com>
2
3 * disasm_cb.c: Add initial support to resolve addresses to symbols.
4
52007-02-05 Ulrich Drepper <drepper@redhat.com>
6
7 * disasm_begin.c: New file.
8 * disasm_cb.c: New file.
9 * disasm_end.c: New file.
10 * disasm_str.c: New file.
11
Roland McGrathc373d852006-10-10 00:25:21 +0000122006-08-29 Roland McGrath <roland@redhat.com>
13
14 * Makefile.am (CLEANFILES): Add libasm.so.$(VERSION).
15
Roland McGrathe47ab762005-11-17 03:16:00 +0000162005-11-13 Roland McGrath <roland@redhat.com>
17
18 * Makefile.am (INCLUDES): Search in libdw.
19
Ulrich Drepper5d598762005-09-03 06:05:45 +0000202005-09-02 Ulrich Drepper <drepper@redhat.com>
21
22 * asm_error.c (asm_errmsg): Unify error message.
23
Ulrich Drepperfbe998a2005-08-29 16:27:10 +0000242005-08-28 Ulrich Drepper <drepper@redhat.com>
25
26 * Makefile.am: Use $(LINK) not $(CC) when creating DSO.
27 (%.os): Use COMPILE.os.
28 (COMPILE.os): Filter out gconv options.
29
Ulrich Dreppera38998e2005-08-03 02:05:39 +0000302005-08-02 Ulrich Drepper <drepper@redhat.com>
31
32 * Makefile.am (AM_CFLAGS): Add -std=gnu99.
33 * asm_abort.c: Don't try to remove output file if there is none.
34 * asm_addint8.c: In print mode, print to file not stdout.
35 * asm_addsleb128.c: Likewise.
36 * asm_adduleb128.c: Likewise.
37 * asm_newscn.c: Likewise.
38 * asm_align.c: Implement print mode.
39 * asm_begin.c (asm_begin): Change interface. Take binary class and
40 byte order information from new Ebl parameter.
41 * libasm.h: Adjust prototype.
42 * asm_end.c (text_end): Close file if necesary.
43 * asm_error.c: Add new error ASM_E_IOERROR.
44 * libasmP.h: Add ASM_E_IOERROR definition.
45
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000462005-02-15 Ulrich Drepper <drepper@redhat.com>
47
Ulrich Dreppera38998e2005-08-03 02:05:39 +000048 * Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000049
50 * asm_end.c (text_end): Mark parameter as possibly unused.
51
522005-02-06 Ulrich Drepper <drepper@redhat.com>
53
54 * Makefile.am: Remove lint handling.
55
562005-02-05 Ulrich Drepper <drepper@redhat.com>
57
58 * asm_end.c (binary_end): Don't terminate with error() in case
59 something goes wrong.
60
61 * Makefile.am: Check for text relocations in constructed DSO.
62
63 * Makefile.am (AM_CFLAGS): More warnings. Add -fmudflap for MUDFLAP.
64
65 * asm_end.c (binary_end): Remove shadowing variables.
66 Little cleanups.
67
68 * asm_newsym.c: Allocate memory for the string parameter.
69
702005-02-04 Ulrich Drepper <drepper@redhat.com>
71
72 * asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference
73 asm_newscn.
74
752004-09-25 Ulrich Drepper <drepper@redhat.com>
76
77 * asm_error.c: Make compile with gcc 4.0.
78
792004-01-20 Ulrich Drepper <drepper@redhat.com>
80
81 * Makefile.am: Support building with mudflap.
82
832004-01-18 Ulrich Drepper <drepper@redhat.com>
84
85 * libasmP.h (_): Use elfutils domain.
86
872004-01-17 Ulrich Drepper <drepper@redhat.com>
88
89 * Makefile.am: Support building with mudflap.
90
912003-08-13 Ulrich Drepper <drepper@redhat.com>
92
93 * Makefile.in: Depend on libebl.a, not libebl.so.
94
952003-08-11 Ulrich Drepper <drepper@redhat.com>
96
97 * Moved to CVS archive.