merge from gcc
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
index 97bdfed4cc6d7add41b8b41e1471b5f5b4a31205..7250dc1f4900f8ec34d878e994a5c61e2e3d30b1 100644 (file)
@@ -1,3 +1,271 @@
+2013-10-15  David Malcolm  <dmalcolm@redhat.com>
+
+       * configure.ac: If --enable-host-shared, use -fPIC.
+       * configure: Regenerate.
+
+2013-10-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * cp-demangle.c (d_name): Demangle local-source-names.
+       * testsuite/demangle-expected: New test.
+
+2013-09-10  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR bootstrap/58386
+       Revert:
+
+       2013-09-10  Gary Benson  <gbenson@redhat.com>
+
+       * cp-demangle.c: Include hashtab.h.
+       (struct d_print_info): New field saved_scopes.
+       (d_print_init): Initialize the above.
+       (d_print_free): New function.
+       (cplus_demangle_print_callback): Call the above.
+       (struct d_saved_scope): New structure.
+       (d_store_scope): New function.
+       (d_free_scope) Likewise.
+       (d_restore_scope) Likewise.
+       (d_hash_saved_scope) Likewise.
+       (d_equal_saved_scope) Likewise.
+       (d_print_comp): New variable saved_scope.
+       [DEMANGLE_COMPONENT_REFERENCE,
+       DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
+       time the component is traversed, and use the captured scope for
+       subsequent traversals.
+       * testsuite/demangle-expected: Add regression test.
+
+2013-09-10  Gary Benson  <gbenson@redhat.com>
+
+       * cp-demangle.c: Include hashtab.h.
+       (struct d_print_info): New field saved_scopes.
+       (d_print_init): Initialize the above.
+       (d_print_free): New function.
+       (cplus_demangle_print_callback): Call the above.
+       (struct d_saved_scope): New structure.
+       (d_store_scope): New function.
+       (d_free_scope) Likewise.
+       (d_restore_scope) Likewise.
+       (d_hash_saved_scope) Likewise.
+       (d_equal_saved_scope) Likewise.
+       (d_print_comp): New variable saved_scope.
+       [DEMANGLE_COMPONENT_REFERENCE,
+       DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
+       time the component is traversed, and use the captured scope for
+       subsequent traversals.
+       * testsuite/demangle-expected: Add regression test.
+
+2013-08-20  Alan Modra  <amodra@gmail.com>
+
+       * floatformat.c (floatformat_ibm_long_double): Rename to..
+       (floatformat_ibm_long_double_big): ..this.
+       (floatformat_ibm_long_double_little): New.
+
+2013-07-09  Tristan Gingold  <gingold@adacore.com>
+
+       * makefile.vms (OBJS): Add dwarfnames.obj
+
+2013-05-31  Matt Burgess <matthew@linuxfromscratch.org>
+
+       PR other/56780
+       * libiberty/configure.ac: Move test for --enable-install-libiberty
+       outside of the 'with_target_subdir' test so that it actually gets
+       run.  Add output messages to show the test result.
+       * libiberty/configure: Regenerate.
+       * libiberty/Makefile.in (install_to_libdir): Place the
+       installation of the libiberty library in the same guard as that
+       used for the headers to prevent it being installed unless
+       requested via --enable-install-libiberty.
+
+2013-05-06  David Edelsohn  <dje.gcc@gmail.com>
+           Peter Bergner  <bergner@vnet.ibm.com>
+           Segher Boessenkool  <segher@kernel.crashing.org>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       * hashtab.c (hash_pointer): Remove conditional and avoid
+       unexecuted shift equal to wordsize.
+
+2013-04-22  Andi Kleen <ak@linux.intel.com>
+
+       * hashtab.c (hash_pointer): Move to end of file and reimplement.
+
+2013-04-03  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (cplus_demangle_type): Fix function quals.
+       (d_pointer_to_member_type): Simplify.
+
+       Demangle C++11 ref-qualifier.
+       * cp-demangle.c (d_ref_qualifier): New.
+       (d_nested_name, d_function_type): Use it.
+       (d_parmlist): Don't get confused by a ref-qualifier.
+       (cplus_demangle_type): Reorder ref-qualifier.
+       (d_pointer_to_member_type): Likewise.
+       (d_dump): Handle DEMANGLE_COMPONENT_REFERENCE_THIS and
+       DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS.
+       (d_make_comp, has_return_type, d_encoding): Likewise.
+       (d_print_comp, d_print_mod_list, d_print_mod): Likewise.
+       (d_print_function_type, is_ctor_or_dtor): Likewise.
+
+2013-03-27  Kai Tietz  <ktietz@redhat.com>
+
+       * configure: Regenerated.
+
+2013-03-06  Tobias Burnus  <burnus@net-b.de>
+
+       * libiberty.texi: Update comment, remove lowersections.
+       * obstacks.texi: Regenerate.
+
+2013-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/56526
+       * simple-object-mach-o.c (simple_object_mach_o_segment): Initialize
+       wrapper_sect_offset to avoid a warning.
+
+2013-03-01  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * obstacks.texi (Obstacks): Trim @node to only contain the
+       node name.
+       * libiberty.texi (Obstacks): Lower section.
+
+2013-02-14  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG.
+       (d_print_comp): Likewise.
+
+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>
+
+       PR other/54620
+       * sha1.c (sha1_process_block):  Handle case that size_t is
+       a wider-integer-scalar as a 32-bit unsigned integer.
+
+       PR other/53413
+       * md5.c (md5_process_block):  Handle case that size_t is
+       a wider-integer-scalar a 32-bit unsigned integer.
+
+2013-01-04  Ian Lance Taylor  <iant@google.com>
+
+       PR other/54800
+       * simple-object-mach-o.c (simple_object_mach_o_segment): Don't
+       bother to zero out a buffer we are about to set anyhow.
+
+2013-01-01  David Edelsohn  <dje.gcc@gmail.com>
+
+       * simple-object-xcoff.c: New file.
+       * Makefile.in: Add it to build machinery.
+       * simple-object-common.h (simple_object_xcoff_functions): Declare.
+       * simple-object.c (format_functions): Add
+       simple_object_xcoff_functions.
+
+2012-11-10  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_unqualified_name): Handle abi tags here.
+       (d_name): Not here.
+
+2012-11-09  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_TAGGED_NAME.
+       (d_make_comp, d_find_pack, d_print_comp): Likewise.
+       (d_abi_tags): New.
+       (d_name): Call it.
+
+2012-10-08  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (d_special_name, d_dump): Handle TH and TW.
+       (d_make_comp, d_print_comp): Likewise.
+
+2012-09-18  Ian Lance Taylor  <iant@google.com>
+
+       * strnlen.c: New file.
+       * configure.ac: Check for strnlen, add it to AC_LIBOBJ if it's not
+       present.
+       * Makefile.in: Rebuild dependencies.
+       (CFILES): Add strnlen.c.
+       (CONFIGURED_OFILES): Add ./strnlen.$(objext).
+       * configure, config.in, functions.texi: Rebuild.
+
+       * maint-tool: Accept .def files in the include directory.
+
+2012-09-18  Florian Weimer  <fweimer@redhat.com>
+
+       PR other/54411
+       * objalloc.c (_objalloc_alloc): Add overflow check covering
+       alignment and CHUNK_HEADER_SIZE addition.
+
+2011-08-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * argv.c (dupargv): Replace malloc with xmalloc.  Don't check
+       xmalloc return.
+       (buildargv): Likewise.  Also replace strdup with xstrdup.
+       (expandargv): Don't check dupargv return.
+
+2011-08-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/14526
+       * argv.c (buildargv): Replace alloca with xmalloc/free.
+
+2012-08-17  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * floatformat.c (floatformat_to_double): Correctly handle numbers
+       between 1 and 2.  Simplify handling of denormal number.
+       (main): Test with 1.1.
+
+2012-07-31  Mike Frysinger  <vapier@gentoo.org>
+
+       * 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-07-26  Kazu Hirata  <kazu@codesourcery.com>
+           Sandra Loosemore  <sandra@codesourcery.com>
+
+       * pex-win32.c (pex_win32_exec_child): Only close original file
+       descriptors if child is launched successfully.
+
+2012-07-18  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (cplus_demangle_operators): Add *_cast.
+       (op_is_new_cast): New.
+       (d_expression, d_print_comp): Check it.
+
+2012-07-13  Doug Evans  <dje@google.com>
+
+       * filename_cmp.c (filename_hash, filename_eq): New functions.
+
+2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * copying-lib.texi (Library Copying): Don't use @heading inside
+       @enumerate.
+
+2012-05-22  Tom Tromey  <tromey@redhat.com>
+
+       http://sourceware.org/bugzilla/show_bug.cgi?id=14065
+       * testsuite/demangle-expected: Add regression test.
+       * cp-demangle.c (d_find_pack): Return NULL for
+       DEMANGLE_COMPONENT_UNNAMED_TYPE.
+
+2012-04-27  Tom Tromey  <tromey@redhat.com>
+
+       * dwarfnames.c: New file.
+       * Makefile.in (CFILES): Add dwarfnames.
+       (REQUIRED_OFILES): Add dwarfnames.
+       (./dwarfnames.$(objext)): New target.
+
+2012-04-04  Tristan Gingold  <gingold@adacore.com>
+
+       * pex-unix.c (to_ptr32): Fix style.
+
+2012-04-02  Tristan Gingold  <gingold@adacore.com>
+
+       * stack-limit.c: Includes ansidecl.h.
+       (stack_limit_increase): Add ATTRIBUTE_UNUSED
+
+2012-03-20  Jason Merrill  <jason@redhat.com>
+
+       * cp-demangle.c (cplus_demangle_type): Handle 'auto'.
+
 2012-03-07  Jason Merrill  <jason@redhat.com>
 
        * cp-demangle.c (cplus_demangle_operators): Add li.
This page took 0.031842 seconds and 4 git commands to generate.