blob: 6adeef1e0aabc7e7375613ed3704edb11b724f11 [file] [log] [blame]
Ulrich Dreppera38998e2005-08-03 02:05:39 +000012005-08-02 Ulrich Drepper <drepper@redhat.com>
2
3 * Makefile.am (AM_CFLAGS): Add -std=gnu99.
4 * asm_abort.c: Don't try to remove output file if there is none.
5 * asm_addint8.c: In print mode, print to file not stdout.
6 * asm_addsleb128.c: Likewise.
7 * asm_adduleb128.c: Likewise.
8 * asm_newscn.c: Likewise.
9 * asm_align.c: Implement print mode.
10 * asm_begin.c (asm_begin): Change interface. Take binary class and
11 byte order information from new Ebl parameter.
12 * libasm.h: Adjust prototype.
13 * asm_end.c (text_end): Close file if necesary.
14 * asm_error.c: Add new error ASM_E_IOERROR.
15 * libasmP.h: Add ASM_E_IOERROR definition.
16
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000172005-02-15 Ulrich Drepper <drepper@redhat.com>
18
Ulrich Dreppera38998e2005-08-03 02:05:39 +000019 * Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000020
21 * asm_end.c (text_end): Mark parameter as possibly unused.
22
232005-02-06 Ulrich Drepper <drepper@redhat.com>
24
25 * Makefile.am: Remove lint handling.
26
272005-02-05 Ulrich Drepper <drepper@redhat.com>
28
29 * asm_end.c (binary_end): Don't terminate with error() in case
30 something goes wrong.
31
32 * Makefile.am: Check for text relocations in constructed DSO.
33
34 * Makefile.am (AM_CFLAGS): More warnings. Add -fmudflap for MUDFLAP.
35
36 * asm_end.c (binary_end): Remove shadowing variables.
37 Little cleanups.
38
39 * asm_newsym.c: Allocate memory for the string parameter.
40
412005-02-04 Ulrich Drepper <drepper@redhat.com>
42
43 * asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference
44 asm_newscn.
45
462004-09-25 Ulrich Drepper <drepper@redhat.com>
47
48 * asm_error.c: Make compile with gcc 4.0.
49
502004-01-20 Ulrich Drepper <drepper@redhat.com>
51
52 * Makefile.am: Support building with mudflap.
53
542004-01-18 Ulrich Drepper <drepper@redhat.com>
55
56 * libasmP.h (_): Use elfutils domain.
57
582004-01-17 Ulrich Drepper <drepper@redhat.com>
59
60 * Makefile.am: Support building with mudflap.
61
622003-08-13 Ulrich Drepper <drepper@redhat.com>
63
64 * Makefile.in: Depend on libebl.a, not libebl.so.
65
662003-08-11 Ulrich Drepper <drepper@redhat.com>
67
68 * Moved to CVS archive.