diff options
author | DJ Delorie <dj@delorie.com> | 2001-11-05 01:12:22 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-11-05 01:12:22 +0000 |
commit | d3f79107db30bb866ff827f89ecd1d6862f96827 (patch) | |
tree | b43fc8f716abe8c4245c6a0c24a50f52528fa35c /libiberty | |
parent | b7503b6977e58327ae8d03125b483359a5be8dce (diff) | |
download | gdb-d3f79107db30bb866ff827f89ecd1d6862f96827.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index b8bf0b99220..cd68c5b3921 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2001-11-03 Alan Modra <amodra@bigpond.net.au> + + * configure.in: Cope with missing makeinfo. + * configure: Regenerate. + 2001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * hex.c (hex_init): Provide empty stub. @@ -134,11 +139,6 @@ * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len): Define. -2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> - - * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len): - Define. - 2001-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN, @@ -165,10 +165,10 @@ 2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu> - * fibheap.c (fibheap_init, fibnode_init): Remove. - (fibheap_new, fibnode_new): Use xcalloc to allocate and - initialize memory. - (fibheap_insert): Remove check for node allocation failure. + * fibheap.c (fibheap_init, fibnode_init): Remove. + (fibheap_new, fibnode_new): Use xcalloc to allocate and + initialize memory. + (fibheap_insert): Remove check for node allocation failure. 2001-08-21 Richard Henderson <rth@redhat.com> @@ -182,14 +182,6 @@ Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com> hosting on cygwin. * configure: Regenerate. -2001-08-20 Daniel Berlin <dan@cgsoftware.com> - - * fibheap.c: New file. Fibonacci heap. - - * Makefile.in (CFILES): Add fibheap.c. - (REQUIRED_OFILES): Add fibheap.o. - (fibheap.o): Add dependencies for fibheap.o. - 2001-08-20 Andrew Cagney <ac131313@redhat.com> * floatformat.c (floatformat_m88110_ext): Remove #ifdef @@ -199,6 +191,14 @@ Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com> (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword) (floatformat_m88110_harris_ext): New float formats. +2001-08-20 Daniel Berlin <dan@cgsoftware.com> + + * fibheap.c: New file. Fibonacci heap. + + * Makefile.in (CFILES): Add fibheap.c. + (REQUIRED_OFILES): Add fibheap.o. + (fibheap.o): Add dependencies for fibheap.o. + 2001-08-17 Christopher Faylor <cgf@cygnus.com> * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin. |