diff options
author | DJ Delorie <dj@redhat.com> | 2001-08-21 15:19:19 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-08-21 15:19:19 +0000 |
commit | 8e777d6aa913078f2485deacb3b4ab2a67c4c288 (patch) | |
tree | 6f73413e4314e3cb34a38b2a7b79448a20cf2059 /libiberty/ChangeLog | |
parent | 410f7a12904b05a10096d42b716cd50b07d9f8c5 (diff) | |
download | gdb-8e777d6aa913078f2485deacb3b4ab2a67c4c288.zip gdb-8e777d6aa913078f2485deacb3b4ab2a67c4c288.tar.gz gdb-8e777d6aa913078f2485deacb3b4ab2a67c4c288.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 0b3dd67..d910b7f 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +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 |