include/opcode/
[deliverable/binutils-gdb.git] / libiberty / ChangeLog
index 91b06fa6e50a1e05e70e0e2f14ea5c74ce11263f..96bc317b0a3ea88d3514c83819099aeaf665755a 100644 (file)
@@ -1,3 +1,44 @@
+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.
This page took 0.027537 seconds and 4 git commands to generate.