Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 1 | 2005-02-15 Ulrich Drepper <drepper@redhat.com> |
| 2 | |
| 3 | * Makefile (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2. |
| 4 | |
| 5 | * asm_end.c (text_end): Mark parameter as possibly unused. |
| 6 | |
| 7 | 2005-02-06 Ulrich Drepper <drepper@redhat.com> |
| 8 | |
| 9 | * Makefile.am: Remove lint handling. |
| 10 | |
| 11 | 2005-02-05 Ulrich Drepper <drepper@redhat.com> |
| 12 | |
| 13 | * asm_end.c (binary_end): Don't terminate with error() in case |
| 14 | something goes wrong. |
| 15 | |
| 16 | * Makefile.am: Check for text relocations in constructed DSO. |
| 17 | |
| 18 | * Makefile.am (AM_CFLAGS): More warnings. Add -fmudflap for MUDFLAP. |
| 19 | |
| 20 | * asm_end.c (binary_end): Remove shadowing variables. |
| 21 | Little cleanups. |
| 22 | |
| 23 | * asm_newsym.c: Allocate memory for the string parameter. |
| 24 | |
| 25 | 2005-02-04 Ulrich Drepper <drepper@redhat.com> |
| 26 | |
| 27 | * asm_newscn_ingrp.c (asm_newscn_ingrp): Use INTUSE to reference |
| 28 | asm_newscn. |
| 29 | |
| 30 | 2004-09-25 Ulrich Drepper <drepper@redhat.com> |
| 31 | |
| 32 | * asm_error.c: Make compile with gcc 4.0. |
| 33 | |
| 34 | 2004-01-20 Ulrich Drepper <drepper@redhat.com> |
| 35 | |
| 36 | * Makefile.am: Support building with mudflap. |
| 37 | |
| 38 | 2004-01-18 Ulrich Drepper <drepper@redhat.com> |
| 39 | |
| 40 | * libasmP.h (_): Use elfutils domain. |
| 41 | |
| 42 | 2004-01-17 Ulrich Drepper <drepper@redhat.com> |
| 43 | |
| 44 | * Makefile.am: Support building with mudflap. |
| 45 | |
| 46 | 2003-08-13 Ulrich Drepper <drepper@redhat.com> |
| 47 | |
| 48 | * Makefile.in: Depend on libebl.a, not libebl.so. |
| 49 | |
| 50 | 2003-08-11 Ulrich Drepper <drepper@redhat.com> |
| 51 | |
| 52 | * Moved to CVS archive. |