OSDN Git Service

* Makefile.tpl ($(srcdir)/configure): Update dependencies.
[pf3gnuchains/gcc-fork.git] / libiberty / ChangeLog
index aee3cc7..c9380bb 100644 (file)
@@ -1,3 +1,154 @@
+2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libiberty.texi: Expand TABs, drop indentation outside examples.
+       * obstacks.texi: Likewise.
+
+2008-04-21  Aurelien Jarno  <aurelien@aurel32.net>
+
+       * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
+       * libiberty/configure: Regenerate.
+
+2008-04-18  Kris Van Hees <kris.van.hees@oracle.com>
+
+       * testsuite/demangle-expected: Added tests for char16_t and char32_t.
+
+2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR bootstrap/35457
+       * aclocal.m4: Add override.m4.
+       * configure: Regenerate.
+
+2008-03-31  Ian Lance Taylor  <iant@google.com>
+
+       * cp-demangle.c (d_substitution): Correct overflow check to avoid
+       -fstrict-overflow optimizations.
+
+2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
+
+       * configure.ac (frags): Don't set, use frag instead.
+       (PICFLAG): Set here and substitute.
+       * Makefile.in (PICFLAG): Substitute from autoconf.
+       * configure: Regenerate.
+
+2008-03-24  Ian Lance Taylor  <iant@google.com>
+
+       * sha1.c: New file, from gnulib.
+       * Makefile.in: Rebuild dependencies.
+       (CFILES): Add sha1.c.
+       (REQUIRED_OFILES): Add sha1.o.
+
+2008-03-24  Doug Evans  <dje@google.com>
+
+       * make-relative-prefix.c (make_relative_prefix_1): Handle NULL
+       return from strdup.
+
+2008-03-12  Seongbae Park <seongbae.park@gmail.com>
+
+       * cplus-dem.c (malloc, realloc): Use void * instead of char *
+       as return type.
+
+2008-03-11  Nick Clifton  <nickc@redhat.com>
+
+       * md5.c (md5_process_bytes): Do not assume that memcpy will
+       provide a return value.
+
+2008-02-19  Ben Elliston  <bje@au.ibm.com>
+
+       PR other/12618
+       * testsuite/Makefile.in (mostlyclean): Remove any core file.
+
+2008-01-26  David Daney  <ddaney@avtrex.com>
+
+       * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
+       DEMANGLE_COMPONENT_COMPOUND_NAME, and
+       DEMANGLE_COMPONENT_CHARACTER cases.
+       (d_make_comp): Handle DEMANGLE_COMPONENT_COMPOUND_NAME and
+       DEMANGLE_COMPONENT_JAVA_RESOURCE cases.
+       (d_make_character): New function.
+       (d_java_resource): Same.
+       (d_special_name): Handle "Gr" case.
+       (d_print_comp): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
+       DEMANGLE_COMPONENT_COMPOUND_NAME, and
+       DEMANGLE_COMPONENT_CHARACTER cases.
+       * testsuite/demangle-expected: Add test for java resource name
+       mangling.
+
+2008-01-23  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * cplus-dem.c (demangle_function_name): Changed to return value
+       indicating if a name was correctly demangled.
+       (iterate_demangle_function): Use demangle_function_name return
+       value.
+
+2008-01-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       PR other/33768
+       * splay-tree.c (rotate_left): Fix minor typo in comment.
+       (rotate_right): Likewise.
+
+2007-11-12  Joseph Myers  <joseph@codesourcery.com>
+
+       * floatformat.c (floatformat_ibm_long_double_is_valid): Fix
+       compiler warnings.
+       (floatformat_ibm_long_double): Use
+       floatformat_ibm_long_double_is_valid.
+
+2007-11-07  Joseph Myers  <joseph@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * floatformat.c (mant_bits_set): New.
+       (floatformat_to_double): Use it.  Note no special handling of
+       split formats.
+       (floatformat_from_double): Note no special handing of split
+       formats.
+       (floatformat_ibm_long_double_is_valid,
+       floatformat_ibm_long_double): New.
+       (floatformat_ieee_single_big, floatformat_ieee_single_little,
+       floatformat_ieee_double_big, floatformat_ieee_double_little,
+       floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f,
+       floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext,
+       floatformat_m68881_ext, floatformat_i960_ext,
+       floatformat_m88110_ext, floatformat_m88110_harris_ext,
+       floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword,
+       floatformat_ia64_spill_big, floatformat_ia64_spill_little,
+       floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update
+       for addition of split_half field.
+
+2007-09-06  Tom Tromey  <tromey@redhat.com>
+
+       * pexecute.txh (pex_free): Document process killing.
+
+2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
+       
+       * cp-demangle.c (d_dump): Handle
+       DEMANGLE_COMPONENT_RVALUE_REFERENCE. 
+       (d_make_comp): Ditto.
+       (cplus_demangle_type): Ditto.
+       (d_print_comp): Ditto.
+       (d_print_mod): Ditto.
+       (d_print_function_type): Ditto.
+
+2007-08-24  Kai Tietz  <kai.tietz@onevision.com>
+
+       * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t.
+       * pex-djgpp.c: Likewise.
+       * pex-msdos.c: Likewise.
+       * pex-unix.c: Likewise.
+       * pex-win32.c: Likewise.
+
+2007-08-17  Michael Snyder  <msnyder@access-company.com>
+
+       * make-relative-prefix.c (make_relative_prefix_1): Resource leaks.
+
+2007-08-03  Michael Snyder  <msnyder@access-company.com>
+
+       * make-relative-prefix.c (make_relative_prefix_1): Fix resource
+       leak.
+
 2007-07-31  Michael Snyder  <msnyder@access-company.com>
 
        * cp-demangle.c (d_print_comp): Guard against null.