OSDN Git Service

* setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
[pf3gnuchains/gcc-fork.git] / libiberty / ChangeLog
index b88399e..6a93998 100644 (file)
@@ -1,3 +1,68 @@
+2011-10-28  Ian Lance Taylor  <iant@google.com>
+
+       * setproctitle.c (setproctitle): Use "GNU/Linux" in comment.
+
+2011-10-26  Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR target/48108
+       * simple-object-mach-o.c  (GNU_WRAPPER_SECTS, GNU_WRAPPER_INDEX,
+       GNU_WRAPPER_NAMES): New macros.
+       (simple_object_mach_o_segment): Handle wrapper scheme.
+       (simple_object_mach_o_write_section_header): Allow the segment name
+       to be supplied.
+       (simple_object_mach_o_write_segment): Handle wrapper scheme.  Ensure
+       that the top-level segment name in the load command is empty.
+       (simple_object_mach_o_write_to_file): Determine the number of
+       sections during segment output, use that in writing the header.
+
+2011-10-10  Ian Lance Taylor  <iant@google.com>
+
+       PR c++/48665
+       * cp-demangle.c (d_cv_qualifiers): If qualifiers are applied to a
+       function type, change them to apply to the "this" parameter.
+       * testsuite/demangle-expected: Add test case.
+
+2011-09-28  Doug Evans  <dje@google.com>
+
+       * timeval-utils.c: New file.
+       * Makefile.in (CFILES): Add it.
+       (REQUIRED_OFILES): Add timeval-utils.$(objext).
+       (INSTALLED_HEADERS): Add timeval-utils.h.
+       (timeval-utils.$(objext)): Add rule.
+
+       * argv.c (countargv): New function.
+
+2011-09-23  Cary Coutant  <ccoutant@google.com>
+
+       PR 40831
+       * cp-demangle.c (d_make_comp): Add new component type.
+       (cplus_demangle_mangled_name): Check for clone suffixes.
+       (d_parmlist): Don't error out if we see '.'.
+       (d_clone_suffix): New function.
+       (d_print_comp): Print info for clone suffixes.
+       * testsuite/demangle-expected: Add new testcases.
+
+2011-09-23  Ian Lance Taylor  <iant@google.com>
+           Pierre Vittet  <piervit@pvittet.com>
+
+       * md5.c (md5_process_bytes): Correct handling of unaligned
+       buffer.
+
+2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * aclocal.m4: Include ../config/picflag.m4.
+       * configure.ac (GCC_PICFLAG): Call it.
+       (enable_shared): Clear PICFLAG unless shared.
+       * configure: Regenerate.
+
+2011-08-12  Steve Ellcey  <sje@cup.hp.com>
+
+       * md5.c (md5_read_ctx): Handle mis-aligned resbuf pointer.
+
+2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
+
+       * testsuite/test-expandargv.c (writeout_test): Check result of fwrite.
+
 2011-08-01  Jason Merrill  <jason@redhat.com>
 
        PR c++/49932
 
 2009-05-29  Kai Tietz  <kai.tietz@onevision.com>
 
-        * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
+       * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
 
 2009-05-29  Michael Matz  <matz@suse.de>
 
 
 2009-04-29  Julian Brown  <julian@codesourcery.com>
 
-       * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.    
+       * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT.
        (pex_win32_exec_child): Ensure each process has only one handle open
        on pipe endpoints. Close standard input after creating child for
        symmetry with standard output/standard error.
        section, so that the native build does detect them at configure
        time.
        * configure: Regenerated.
-       
+
 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
 
-        PR target/39397
-        * pex-common.h (struct pex_obj): Store pid values as pid_t,
-        not as long (members *children and (*wait))
-        * pex-common.c (pex_run_in_environment): Likewise.
-        * pex-win32.c (pex_win32_wait): Return pid_t and properly check
-        returned pid value.
-        * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
-        * pex-msdos.c (pex_msdos_wait): Likewise.
+       PR target/39397
+       * pex-common.h (struct pex_obj): Store pid values as pid_t,
+       not as long (members *children and (*wait))
+       * pex-common.c (pex_run_in_environment): Likewise.
+       * pex-win32.c (pex_win32_wait): Return pid_t and properly check
+       returned pid value.
+       * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
+       * pex-msdos.c (pex_msdos_wait): Likewise.
 
 2009-04-07  Arnaud Patard <apatard@mandriva.com>
 
-       * libiberty/configure.ac: Fix Linux/MIPS matching rule.
-       * libiberty/configure: Regenerate.
+       * libiberty/configure.ac: Fix Linux/MIPS matching rule.
+       * libiberty/configure: Regenerate.
 
 2009-03-27  Ian Lance Taylor  <iant@google.com>
 
 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.