diff options
author | DJ Delorie <dj@redhat.com> | 2001-03-14 20:46:12 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-03-14 20:46:12 +0000 |
commit | fa03f0a7067fb4305e7580fa76935c5d5c5150ad (patch) | |
tree | 0c0a40730f4264be482028de908d52fb5d0a2634 /libiberty | |
parent | 7a008bcb7b9516d3fc8b302a971033b0978ab315 (diff) | |
download | binutils-fa03f0a7067fb4305e7580fa76935c5d5c5150ad.zip binutils-fa03f0a7067fb4305e7580fa76935c5d5c5150ad.tar.gz binutils-fa03f0a7067fb4305e7580fa76935c5d5c5150ad.tar.bz2 |
Fix minor formatting bugs.
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c241e22..a0897d1 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,6 +1,6 @@ 2001-03-10 Neil Booth <neil@daikokuya.demon.co.uk> + John David Anglin <dave@hiauly1.hia.nrc.ca> - John David Anglin <dave@hiauly1.hia.nrc.ca> * libiberty/lbasename.c: New file. * libiberty/Makefile.in: Update for lbasename. @@ -12,6 +12,7 @@ * config.table: Kill *-*-beos* entry. * config/mh-beos: Delete. * configure, config.in: Regenerate. + * Makefile.in (ALLOCA, HFILES): Kill. (REQUIRED_OFILES): Add alloca.o. (alloca.o): Depend on libiberty.h. @@ -21,15 +22,15 @@ blocks. Provide the C alloca unconditionally. Use PTR where appropriate. Make i00afunc static. * argv.c: Don't include alloca-conf.h. - + 2001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca> * cplus-dem.c (main): Cast enum style to int. - + 2001-02-16 Loren J. Rittle <ljrittle@acm.org> * cplus-dem.c (main): Initialize style. - + 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz> Add support for Java demangling under the v3 ABI: @@ -51,11 +52,11 @@ (main): Remove explicit handling of `java' option. Instead, pass style parameter in cplus_demangle flags as gdb does. * testsuite/demangle.expected: Add some Java test cases. - + 2001-01-29 Phil Edwards <pme@sources.redhat.com> * COPYING.LIB: Update to LGPL 2.1 from the FSF. - + 2000-12-29 DJ Delorie <dj@redhat.com> * fnmatch.c: Make the note about the origins of this file more |