diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2005-07-26 05:00:05 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-26 05:00:05 +0000 |
| commit | b08d5a8fb42f4586d756068065186b5af7e48dad (patch) | |
| tree | 9f05f86be7877ed461b4dc05f53b29ea4fc0d2a1 /libasm/ChangeLog | |
| download | platform_external_elfutils-b08d5a8fb42f4586d756068065186b5af7e48dad.tar.gz platform_external_elfutils-b08d5a8fb42f4586d756068065186b5af7e48dad.tar.bz2 platform_external_elfutils-b08d5a8fb42f4586d756068065186b5af7e48dad.zip | |
Adjust for monotone.nougat-mr1-arc
Diffstat (limited to 'libasm/ChangeLog')
| -rw-r--r-- | libasm/ChangeLog | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog new file mode 100644 index 00000000..8b7b44d2 --- /dev/null +++ b/libasm/ChangeLog @@ -0,0 +1,52 @@ +2005-02-15 Ulrich Drepper <drepper@redhat.com> + + * Makefile (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. |
