]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/ChangeLog
re PR other/46332 (__cxa_demangle yields excess parentheses for function types)
[thirdparty/gcc.git] / libiberty / ChangeLog
index 931697500e7075e2be80443a8ca15779c0787146..8cd4a2856847e81fd968eb71cf74f091f108a921 100644 (file)
@@ -1,3 +1,54 @@
+2010-11-12  Ian Lance Taylor  <iant@google.com>
+
+       PR other/46332
+       * cp-demangle.c (d_print_function_type): Don't print parentheses
+       if there are no modifiers to print.
+       * testsuite/demangle-expected: Tweak one test case, add another.
+
+2010-11-04  Richard Henderson  <rth@redhat.com>
+
+       * configure.ac (AC_CHECK_HEADERS): Add process.h.
+       (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
+       (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
+       * configure, config.in: Rebuild.
+       * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
+       [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
+
+2010-11-02  Ian Lance Taylor  <iant@google.com>
+           Dave Korn  <dave.korn.cygwin@gmail.com>
+           Iain Sandoe  <iains@gcc.gnu.org>
+
+       * simple-object.c: New file.
+       * simple-object-common.h: New file.
+       * simple-object-elf.c: New file.
+       * simple-object-mach-o.c: New file.
+       * simple-object-coff.c: New file.
+       * simple-object.txh: New file.
+       * configure.ac: Add AC_TYPE_SSIZE_T.
+       * Makefile.in: Rebuild dependencies.
+       (CFILES): Add simple-object.c, simple-object-coff,
+       simple-object-elf.c, and simple-object-mach-o.c.
+       (REQUIRED_OFILES): Add corresponding object files.
+       * configure: Rebuild.
+       * config.in: Rebuild.
+       * functions.texi: Rebuild.
+
+2010-10-29  Ian Lance Taylor  <iant@google.com>
+
+       * setproctitle.c: Add space after function name in @deftypefn
+       comment.
+       * functions.texi: Rebuild.
+
+2010-10-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
+       * configure: Regenerate.
+
+2010-10-07  Andi Kleen <ak@linux.intel.com>
+
+       * configure: Regenerate.
+       * configure.ac: Turn PR_SET_NAME check into link check.
+
 2010-10-06  Andi Kleen <ak@linux.intel.com>
 
        * Makefile.in (CFILES): Add setproctitle.