aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-08-22 02:12:15 +0000
committerDJ Delorie <dj@redhat.com>2001-08-22 02:12:15 +0000
commitf01b59ed06353e2b0254f6fb6493d7407f8d166f (patch)
tree409b7710b15799062e076d47241a9520e8bdfca6 /libiberty/ChangeLog
parent2bf63d02834d0770fbf46b2375d23eb4dc6f668a (diff)
downloadgdb-f01b59ed06353e2b0254f6fb6493d7407f8d166f.zip
gdb-f01b59ed06353e2b0254f6fb6493d7407f8d166f.tar.gz
gdb-f01b59ed06353e2b0254f6fb6493d7407f8d166f.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index d910b7f..45b2681 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,15 @@
+2001-08-21 Richard Henderson <rth@redhat.com>
+
+ * Makefile.in (fibheap.o): Depend on config.h.
+ * fibheap.c: Tidy formatting. Use config.h.` Rearrange some
+ functions for inlining.
+
+Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
+ hosting on cygwin.
+ * configure: Regenerate.
+
2001-08-20 Daniel Berlin <dan@cgsoftware.com>
* fibheap.c: New file. Fibonacci heap.