From: DJ Delorie Date: Mon, 5 Nov 2001 01:12:22 +0000 (+0000) Subject: merge from gcc X-Git-Tag: cygnus_cvs_20020108_pre~818 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e55c4b6b409cc6f27050c6891772425c6c77143;p=external%2Fbinutils.git merge from gcc --- 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 + + * configure.in: Cope with missing makeinfo. + * configure: Regenerate. + 2001-10-22 Kaveh R. Ghazi * 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 - - * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len): - Define. - 2001-09-04 Kaveh R. Ghazi * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN, @@ -165,10 +165,10 @@ 2001-08-22 Matt Kraai - * 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 @@ -182,14 +182,6 @@ Tue Aug 21 12:35:04 2001 Christopher Faylor hosting on cygwin. * configure: Regenerate. -2001-08-20 Daniel Berlin - - * 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 * floatformat.c (floatformat_m88110_ext): Remove #ifdef @@ -199,6 +191,14 @@ Tue Aug 21 12:35:04 2001 Christopher Faylor (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword) (floatformat_m88110_harris_ext): New float formats. +2001-08-20 Daniel Berlin + + * 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 * configure.in: Always set HAVE_SYS_ERRLIST when targetting cygwin.