OSDN Git Service

PR debug/54694
[pf3gnuchains/gcc-fork.git] / libiberty / ChangeLog
index 79c37c2..d63df9c 100644 (file)
@@ -1,6 +1,156 @@
+2013-11-15  Joseph Myers  <joseph@codesourcery.com>
+
+       Backport from mainline:
+       2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * copying-lib.texi (Library Copying): Don't use @heading inside
+       @enumerate.
+
+2013-04-11  Release Manager
+
+       * GCC 4.7.3 released.
+
+2013-02-19  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from mainline
+       2013-02-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/56245
+       * regex.c (PTR_INT_TYPE): Define.
+       (EXTEND_BUFFER): Change incr type from int to PTR_INT_TYPE.
+
+2013-01-31  Kai Tietz  <ktietz@redhat.com>
+
+       Merged from trunk
+       PR other/54620
+       * sha1.c (sha1_process_block):  Handle case that size_t is
+       a wider-integer-scalar as a 32-bit unsigned integer.
+
+       Merged from trunk.
+       PR other/53413
+       * md5.c (md5_process_block):  Handle case that size_t is
+       a wider-integer-scalar a 32-bit unsigned integer.
+
+        2012-07-31  Mike Frysinger  <vapier@gentoo.org>
+
+       Merged from trunk.
+       PR other/53285
+       * md5.c (md5_finish_ctx): Declare swap_bytes.  Assign SWAP() output
+       to swap_bytes, and then call memcpy to move it to ctx->buffer.
+
+2012-09-20  Release Manager
+
+       * GCC 4.7.2 released.
+
+2012-06-14  Release Manager
+
+       * GCC 4.7.1 released.
+
+2012-03-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/demangle-expected: Fix a typo.
+
+2012-03-22  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (cplus_demangle_operators): Add li.
+       (d_unqualified_name): Handle it specially.
+
+2012-03-22  Release Manager
+
+       * GCC 4.7.0 released.
+
+2012-03-20  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (cplus_demangle_type): Handle 'auto'.
+
+2012-01-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * make-relative-prefix.c (make_relative_prefix_1): Avoid warning
+       about using preprocessor directives inside of macro arguments.
+
+2012-01-22  Douglas B Rupp  <rupp@gnat.com>
+
+       * configure: Regenerate.
+
+2012-01-10  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]:
+       Omit a trailing space in the operator name.
+
+2012-01-06  Jason Merrill  <jason@redhat.com>
+
+       PR c++/6057
+       PR c++/48051
+       PR c++/50855
+       PR c++/51322
+       * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and
+       DEMANGLE_COMPONENT_INITIALIZER_LIST.
+       (d_make_comp): Likewise.  Allow null right arg for
+       DEMANGLE_COMPONENT_TRINARY_ARG2.
+       (cplus_demangle_operators): Adjust new/delete; add .*, :: and throw.
+       (d_template_args, d_template_arg): Handle 'J' for argument packs.
+       (d_exprlist): Add terminator parm.
+       (d_expression, d_print_comp): Handle initializer lists, nullary
+       expressions, prefix/suffix operators, and new.
+       (d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME
+       and DEMANGLE_COMPONENT_INITIALIZER_LIST.
+       * testsuite/demangle-expected: Add tests.
+
+       * cp-demangle.c (cplus_demangle_type): decltype, pack expansion
+       and vector are substitutable.
+       (cplus_demangle_operators): Sort.
+
+2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * configure: Regenerate.
+
+2012-01-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * make-relative-prefix.c (make_relative_prefix_1): Avoid
+       stack overflow if PATH contains just a single entry and
+       HOST_EXECUTABLE_SUFFIX needs to be used.
+
+       PR driver/48306
+       * make-relative-prefix.c: Include sys/stat.h.
+       (make_relative_prefix_1): If access succeeds, check also stat
+       if nstore is a regular file.
+
+2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure: Regenerate.
+
+2011-12-20  Tristan Gingold  <gingold@adacore.com>
+
+       * aclocal.m4: Assume strncmp works in cross case.
+       * configure: Regenerate
+
+2011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure: Regenerate.
+
+2011-11-07  Richard Henderson  <rth@redhat.com>
+
+       Merged from transactional-memory.
+
+       * cp-demangle.c (cplus_demangle_fill_ctor): Accept
+       gnu_v3_object_ctor_group.
+       (cplus_demangle_fill_dtor): Accept gnu_v3_object_dtor_group.
+       (d_ctor_dtor_name): Recognize gnu_v3_object_ctor_group
+       and gnu_v3_object_dtor_group.
+       (d_dump): Handle DEMANGLE_COMPONENT_TRANSACTION_CLONE
+       and DEMANGLE_COMPONENT_NONTRANSACTION_CLONE.
+       (d_make_comp, d_print_comp): Likewise.
+       (d_special_name): Generate them.
+
+2011-11-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/48370
+       * cp-demangle.c (d_special_name, d_print_comp): Handle a
+       discriminator number on DEMANGLE_COMPONENT_REFTEMP.
+
 2011-11-02  Doug Evans  <dje@google.com>
 
-       * Makefile.in (CFILES): Add it.
+       * Makefile.in (CFILES): Add timeval-utils.c.
        (REQUIRED_OFILES): Add timeval-utils.$(objext).
        (INSTALLED_HEADERS): Add timeval-utils.h.
        (timeval-utils.$(objext)): Add rule.