Use $(INSTALL_PROGRAM_ENV) consistently.
[binutils-gdb.git] / binutils / ChangeLog
index 457f0b01c7babfcf7d9e732ec2ce5b3265e4a11f..9a3d22a0ec56ff0c36d1d92b15fb357d96b67bda 100644 (file)
@@ -1,3 +1,38 @@
+2013-12-10  Roland McGrath  <mcgrathr@google.com>
+
+       * Makefile.am (install-exec-local): Prefix libtool invocation with
+       $(INSTALL_PROGRAM_ENV).
+       * Makefile.in: Regenerate.
+
+2013-11-22  Cory Fields  <cory@coryfields.com>
+
+       * windres.c (define_resource): Use zero for timestamp, making
+       output deterministic. time.h include is no longer needed.
+       * resres.c (res_append_resource): Likewise.
+
+2013-11-13  Martin Mitas  <mity@morous.org>
+
+       * rescoff.c (write_coff_file): Use 64-bit alignment for resource
+       data.
+       (coff_res_to_bin): Likewise.
+
+2013-11-07  Doug Evans  <dje@google.com>
+
+       Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes.
+       * dwarf.c (get_gdb_index_symbol_kind_name): New function.
+       (display_debug_pubnames_worker): Renamed from display_debug_pubnames.
+       Add support for .debug_gnu_pubnames, .debug_gnu_pubtypes.
+       (display_debug_pubnames, display_debug_pubnames_gnu): New functions.
+       (display_gdb_index): Redo printing of symbol kind.
+       (debug_displays): Add .debug_gnu_pubnames, .debug_gnu_pubtypes.
+       * dwarf.h (dwarf_section_display_enum): Add gnu_pubnames, gnu_pubtypes.
+       * readelf.c (process_section_headers): Add gnu_pubnames, gnu_pubtypes.
+
+2013-11-07  Roland McGrath  <mcgrathr@google.com>
+
+       * objdump.c (dump_dwarf): Grok bfd_mach_x86_64_nacl and
+       bfd_mach_x64_32_nacl as equivalent to bfd_mach_x86_64.
+
 2013-10-30  Alan Modra  <amodra@gmail.com>
 
        * readelf.c (get_ppc_dynamic_type): Replace PPC_TLSOPT with PPC_OPT.