OSDN Git Service

* config/i386/i386.c (bdesc_args) [IX86_BUILTIN_CVTTPD2DQ256]: Use
[pf3gnuchains/gcc-fork.git] / libiberty / ChangeLog
index 917a2f8..6a93998 100644 (file)
@@ -1,3 +1,37 @@
+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
@@ -9,6 +43,7 @@
        * 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.