]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/ChangeLog
timeval-utils.h: New file.
[thirdparty/gcc.git] / libiberty / ChangeLog
index fe9da85587f462be343fb90498aec25f9f5a5897..59460e43f091ef79e4f3a7e288cdd3b5b2415112 100644 (file)
@@ -1,3 +1,40 @@
+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.