OSDN Git Service

merge from gcc
authordj <dj>
Mon, 5 Nov 2001 01:12:22 +0000 (01:12 +0000)
committerdj <dj>
Mon, 5 Nov 2001 01:12:22 +0000 (01:12 +0000)
libiberty/ChangeLog

index b8bf0b9..cd68c5b 100644 (file)
@@ -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.
        * 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,
 
 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.