aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-11-05 01:12:22 +0000
committerDJ Delorie <dj@redhat.com>2001-11-05 01:12:22 +0000
commit4e55c4b6b409cc6f27050c6891772425c6c77143 (patch)
treee12a8d61c005dd64c208228bdda5dc9151470d02 /libiberty
parent40eb255073cf4a21d9f3a3677d155970ad88c6f0 (diff)
downloadfsf-binutils-gdb-4e55c4b6b409cc6f27050c6891772425c6c77143.zip
fsf-binutils-gdb-4e55c4b6b409cc6f27050c6891772425c6c77143.tar.gz
fsf-binutils-gdb-4e55c4b6b409cc6f27050c6891772425c6c77143.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog34
1 files changed, 17 insertions, 17 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index b8bf0b9..cd68c5b 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.