Move target object files to target subdirectory
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 2f4c0d80a5b7c1e7d8b7af40ed361c26e436800f..f30ef1970f16f640d26440c652dc658b4354ad8e 100644 (file)
@@ -1,3 +1,61 @@
+2017-11-27  Nick Clifton  <nickc@redhat.com>
+
+       PR 22490
+       * readelf.c (dump_section_as_bytes): Check for a NULL string
+       section pointer.
+       (process_notes_at): Compute the alignment to use if displaying
+       notes from a segment.
+
+2017-11-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dwarf.c (load_separate_debug_info): Rename argument name from
+       link to xlink.
+
+2017-11-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/22444
+       * readelf.c (process_notes_at): Use ELF_NOTE_DESC_OFFSET to get
+       the offset of the note descriptor.  Use ELF_NOTE_NEXT_OFFSET to
+       get the offset of the next note entry.
+
+2017-11-23  Pavel I. Kryukov  <kryukov@frtk.ru>
+
+       PR 22485
+       * readelf.c (process_archive): Use memset to initiaise
+       thin_filedata structure.
+
+2017-11-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/22451
+       * testsuite/binutils-all/x86-64/objects.exp: New file.
+       * testsuite/binutils-all/x86-64/pr22451.o.bz2: Likewise.
+
+2017-11-21  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * testsuite/binutils-all/arc/objdump.exp: Update pattern matching
+       expression.
+
+2017-11-21  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf.c (dwo_name, dwo_dir, dwo_id, dwo_id_len): New variables.
+       (read_and_display_attr_value): Record dwo variables if requested.
+       (display_augmentation_data): Rename to display_data and make
+       generic.
+       (load_dwo_file): New function.  Loads a separate dwarf object
+       file.
+       (load_separate_debug_file): Add reporting and loading of separate
+       dwarf objet files.
+       * readelf.c (process_section_headers): Add do_debug_links to list
+       of flags requiring a debug dump.
+       (display_debug_section): Tidy up code.
+       * doc/debug.options.texi: Add note that dwo links will also be
+       followed.
+       * testsuite/binutils-all/debuglink.s: Tidy code.
+       * testsuite/binutils-all/dwo.s: New test file.
+       * testsuite/binutils-all/readelf.wk2: New file - expected output
+       from readelf.
+       * testsuite/binutils-all/readelf.exp: Run the new test.
+
 2017-11-18  Alan Modra  <amodra@gmail.com>
 
        PR 22443
This page took 0.02328 seconds and 4 git commands to generate.