OSDN Git Service

2009-04-07 Arnaud Patard <apatard@mandriva.com>
[pf3gnuchains/gcc-fork.git] / libiberty / ChangeLog
index fa8abf5..2e0a27c 100644 (file)
@@ -1,3 +1,134 @@
+2009-04-07  Arnaud Patard <apatard@mandriva.com>
+
+       * libiberty/configure.ac: Fix Linux/MIPS matching rule.
+       * libiberty/configure: Regenerate.
+
+2008-03-27  Ian Lance Taylor  <iant@google.com>
+
+       * memmem.c: New file, from gnulib.
+       * configure.ac: Add memmem to list of functions provided if they
+       are not available on the host.
+       * Makefile.in: Rebuild dependencies.
+       (CFILES): Add memmem.c.
+       (CONFIGURED_OFILES): Add memmem.o.
+       * configure, config.in, functions.texi: Rebuild.
+
+2009-03-23  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_expression): Handle pack expansion.
+       (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
+       (d_print_subexpr): Don't wrap function parms in ().
+       (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
+       not finding a pack.
+
+2009-03-17  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_make_function_param): new fn.
+       (cplus_demangle_mangled_name): Work around abi v2 bug.
+       (d_expr_primary): Likewise.
+       (cplus_demangle_operators): Add alignof ops.
+       (d_expression): Handle function parameters and conversions
+       with other than 1 operand.
+       (d_print_comp): Handle function parameters.  Fix bug with
+       function used in type of function.
+       * testsuite/demangle-expected: Upate tests.
+
+2009-02-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * make-temp-file.c (<windows.h>): Include on Windows.
+       (choose_tmpdir): On Windows, use GetTempPath.
+
+2009-01-18  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * configure.ac (funcs, vars, checkfuncs):  Don't munge on Cygwin,
+       as it no longer shares libiberty object files.
+       * configure:  Regenerated.
+
+2009-01-07  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_expression): Remove mangling for zero-op casts.
+
+2009-01-06  Ben Elliston  <bje@au.ibm.com>
+
+       * cp-demangle.c (cplus_demangle_type): Return NULL if the
+       character following a 'D' cannot be recognised.
+
+2008-12-18  Jason Merrill  <jason@redhat.com>
+
+       PR c++/38561
+       * cp-demangle.c (d_expression, d_print_comp): Revert
+       cast changes.
+
+2008-12-17  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_expression): Handle rvalue stubs too.
+       [DEMANGLE_COMPONENT_CAST]: Update mangling.
+       (d_print_comp): Avoid extra ", " with empty template argument packs.
+       Remove handling for obsolete T() mangling.
+
+2008-12-10  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
+       (d_print_comp, d_dump): Likewise.
+
+2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (CPPFLAGS): Define.
+       (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
+
+2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR bootstrap/37137
+       * Makefile.in (LIBCFLAGS): Remove.
+       (FLAGS_TO_PASS): Don't mention it.
+       (COMPILE.c, MULTIOSDIR): Replace it with CFLAGS.
+
+2008-10-08  David Edelsohn  <edelsohn@gnu.org>
+
+       * xstrdup.c: Include <sys/types.h> after "config.h"
+2008-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * configure.ac: Call AC_SYS_LARGEFILE.
+       * config.in: Regenerated.
+       * configure: Likewise.
+
+2008-10-06  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (struct d_print_info): Add pack_index.
+       (d_dump): Add DEMANGLE_COMPONENT_PACK_EXPANSION.
+       (d_make_comp): Likewise.  DEMANGLE_COMPONENT_ARGLIST and
+       DEMANGLE_COMPONENT_TEMPLATE_ARGLIST can have two null args.
+       (cplus_demangle_builtin_types): Add char16/32_t.
+       (cplus_demangle_type): Recognize them.
+       (d_template_args): Handle empty argument packs.
+       (d_template_arg): Handle argument packs.
+       (d_expression): Handle dependent name.
+       (d_index_template_argument): New fn.
+       (d_lookup_template_argument): New fn.
+       (d_find_pack, d_pack_length): New fn.
+       (d_print_subexpr): Split out...
+       (d_print_comp): ...from here.  Use d_*_template_argument.
+       Handle empty arg lists.  Support pack expansions.
+       * cp-demangle.h (D_BUILTIN_TYPE_COUNT): Increase to 32.
+
+2008-09-09  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE.
+       (d_make_comp): Likewise.
+       (cplus_demangle_type): Handle decltype and DFP types.
+       (cplus_demangle_operators): Call operator takes 2 args.
+       (cplus_demangle_builtin_types): Add DFP types.
+       (d_exprlist): New fn.
+       (d_expression): Handle parm placeholders, T() and calls.
+       (d_print_comp): Handle decltype, T() and calls.
+       * testsuite/demangle-expected: Test the above.
+
+2008-08-07  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
+
+       * pex-win32.c (argv_to_argc): New function.
+       (spawn_script): Duplicate argv before calling win32_spawn.
+
 2008-07-31  Jakub Jelinek  <jakub@redhat.com>
 
        * mkstemps.c (mkstemps): Keep looping even for EISDIR.
@@ -4896,7 +5027,7 @@ Thu Oct  8 23:42:08 1998  Jeffrey A Law  (law@cygnus.com)
 
        * Merge egcs & devo libiberty.
 
-1998-09-08  Martin von Löwis  <loewis@informatik.hu-berlin.de>
+1998-09-08  Martin von Löwis  <loewis@informatik.hu-berlin.de>
 
        * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.