mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-19 19:43:34 -04:00
4c305da9de
* line2addr.c (print_address): Omit () for DSOs.
69 lines
1.9 KiB
Plaintext
69 lines
1.9 KiB
Plaintext
2005-08-02 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* Makefile.am (AM_CFLAGS): Add -std=gnu99.
|
|
* asm_abort.c: Don't try to remove output file if there is none.
|
|
* asm_addint8.c: In print mode, print to file not stdout.
|
|
* asm_addsleb128.c: Likewise.
|
|
* asm_adduleb128.c: Likewise.
|
|
* asm_newscn.c: Likewise.
|
|
* asm_align.c: Implement print mode.
|
|
* asm_begin.c (asm_begin): Change interface. Take binary class and
|
|
byte order information from new Ebl parameter.
|
|
* libasm.h: Adjust prototype.
|
|
* asm_end.c (text_end): Close file if necesary.
|
|
* asm_error.c: Add new error ASM_E_IOERROR.
|
|
* libasmP.h: Add ASM_E_IOERROR definition.
|
|
|
|
2005-02-15 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* Makefile.am (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2.
|
|
|
|
* asm_end.c (text_end): Mark parameter as possibly unused.
|
|
|
|
2005-02-06 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* Makefile.am: Remove lint handling.
|
|
|
|
2005-02-05 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* asm_end.c (binary_end): Don't terminate with error() in case
|
|
something goes wrong.
|
|
|
|
* Makefile.am: Check for text relocations in constructed DSO.
|
|
|
|
* Makefile.am (AM_CFLAGS): More warnings. Add -fmudflap for MUDFLAP.
|
|
|
|
* asm_end.c (binary_end): Remove shadowing variables.
|
|
Little cleanups.
|
|
|
|
* asm_newsym.c: Allocate memory for the string parameter.
|
|
|
|
2005-02-04 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference
|
|
asm_newscn.
|
|
|
|
2004-09-25 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* asm_error.c: Make compile with gcc 4.0.
|
|
|
|
2004-01-20 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* Makefile.am: Support building with mudflap.
|
|
|
|
2004-01-18 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* libasmP.h (_): Use elfutils domain.
|
|
|
|
2004-01-17 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* Makefile.am: Support building with mudflap.
|
|
|
|
2003-08-13 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* Makefile.in: Depend on libebl.a, not libebl.so.
|
|
|
|
2003-08-11 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* Moved to CVS archive.
|