blob: 56d2961eed333e51f645e51fc3ca9d8581bd328c [file] [log] [blame]
Roland McGrathe47ab762005-11-17 03:16:00 +000012005-11-13 Roland McGrath <roland@redhat.com>
2
3 * Makefile.am (INCLUDES): Search in libdw.
4
Ulrich Drepper5d598762005-09-03 06:05:45 +000052005-09-02 Ulrich Drepper <drepper@redhat.com>
6
7 * asm_error.c (asm_errmsg): Unify error message.
8
Ulrich Drepperfbe998a2005-08-29 16:27:10 +000092005-08-28 Ulrich Drepper <drepper@redhat.com>
10
11 * Makefile.am: Use $(LINK) not $(CC) when creating DSO.
12 (%.os): Use COMPILE.os.
13 (COMPILE.os): Filter out gconv options.
14
Ulrich Dreppera38998e2005-08-03 02:05:39 +0000152005-08-02 Ulrich Drepper <drepper@redhat.com>
16
17 * Makefile.am (AM_CFLAGS): Add -std=gnu99.
18 * asm_abort.c: Don't try to remove output file if there is none.
19 * asm_addint8.c: In print mode, print to file not stdout.
20 * asm_addsleb128.c: Likewise.
21 * asm_adduleb128.c: Likewise.
22 * asm_newscn.c: Likewise.
23 * asm_align.c: Implement print mode.
24 * asm_begin.c (asm_begin): Change interface. Take binary class and
25 byte order information from new Ebl parameter.
26 * libasm.h: Adjust prototype.
27 * asm_end.c (text_end): Close file if necesary.
28 * asm_error.c: Add new error ASM_E_IOERROR.
29 * libasmP.h: Add ASM_E_IOERROR definition.
30
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000312005-02-15 Ulrich Drepper <drepper@redhat.com>
32
Ulrich Dreppera38998e2005-08-03 02:05:39 +000033 * Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000034
35 * asm_end.c (text_end): Mark parameter as possibly unused.
36
372005-02-06 Ulrich Drepper <drepper@redhat.com>
38
39 * Makefile.am: Remove lint handling.
40
412005-02-05 Ulrich Drepper <drepper@redhat.com>
42
43 * asm_end.c (binary_end): Don't terminate with error() in case
44 something goes wrong.
45
46 * Makefile.am: Check for text relocations in constructed DSO.
47
48 * Makefile.am (AM_CFLAGS): More warnings. Add -fmudflap for MUDFLAP.
49
50 * asm_end.c (binary_end): Remove shadowing variables.
51 Little cleanups.
52
53 * asm_newsym.c: Allocate memory for the string parameter.
54
552005-02-04 Ulrich Drepper <drepper@redhat.com>
56
57 * asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference
58 asm_newscn.
59
602004-09-25 Ulrich Drepper <drepper@redhat.com>
61
62 * asm_error.c: Make compile with gcc 4.0.
63
642004-01-20 Ulrich Drepper <drepper@redhat.com>
65
66 * Makefile.am: Support building with mudflap.
67
682004-01-18 Ulrich Drepper <drepper@redhat.com>
69
70 * libasmP.h (_): Use elfutils domain.
71
722004-01-17 Ulrich Drepper <drepper@redhat.com>
73
74 * Makefile.am: Support building with mudflap.
75
762003-08-13 Ulrich Drepper <drepper@redhat.com>
77
78 * Makefile.in: Depend on libebl.a, not libebl.so.
79
802003-08-11 Ulrich Drepper <drepper@redhat.com>
81
82 * Moved to CVS archive.