AArch64: Add SVE DWARF registers
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 65316ee9dedcc8bd65ccaa38bf9334870faf12b9..9905cf6a905cfa6ae667504e87378ec63d85b195 100644 (file)
@@ -1,3 +1,243 @@
+2019-05-21  Tamar Christina  <tamar.christina@arm.com>
+
+       * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
+       * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
+       * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
+
+2019-05-20  Faraz Shahbazker  <fshahbazker@wavecomp.com>
+
+       PR 14798
+       * testsuite/binutils-all/readelf.ss-mips: Update reference output.
+       * testsuite/binutils-all/readelf.ss-tmips: Likewise.
+
+2019-05-20  Nick Clifton  <nickc@redhat.com>
+
+       * po/ca.po: Updated Catalan translation.
+
+2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * NEWS: Mention Armv8.1-M Mainline and MVE.
+
+2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
+       (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
+
+2019-05-14  Jamey Hicks  <jamey.hicks@gmail.com>
+
+       PR 19921
+       * objcopy.c: Add new option --verilog-data-width.  Use it to set
+       the value of VerilogDataWidth.
+       * doc/binutils.texi: Document the new option.
+       * testsuite/binutils-all/objcopy.exp: Run tests of new option.
+       * testsuite/binutils-all/verilog-1.hex: New file.
+       * testsuite/binutils-all/verilog-2.hex: New file.
+       * testsuite/binutils-all/verilog-4.hex: New file.
+       * testsuite/binutils-all/verilog-8.hex: New file.
+       * NEWS: Mention the new feature.
+
+2019-05-10  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
+       (test_objdump_content_limited): Add text arg, use in place of .text.
+       (bintest_signed.o): Call get_standard_section_names for name of
+       text section.
+
+2019-05-08  Faraz Shahbazker  <fshahbazker@wavecomp.com>
+
+       * objdump.c (sign_extend_address): New function.
+       (dump_bfd): Sign-extend user-specified start/stop addresses
+       for targets that need it.
+       * testsuite/binutils-all/objdump.exp: Add tests for objdump
+       with start and stop addresses in higher address ranges.
+
+2019-05-01  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       * testsuite/binutils-all/objdump.exp: Correct executable
+       spelling.
+       * testsuite/binutils-all/compress.exp: Likewise.
+
+2019-05-01  Nick Clifton  <nickc@redhat.com>
+
+       PR 24507
+       * nm.c: (print_format): New variable.
+       (value_format_32bit, value_format_64bit): Delete.
+       (set_print_radix): Remove code to alter value_format strings.
+       (set_output_format): Record chosen format in print_format.
+       (get_print_format): New function - constructs a printf formatting
+       string according to the requirements of size, radix, and output
+       format.
+       (print_value): Use get_print_format.
+       * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
+       and "nm -t d".
+
+2019-04-30  Alan Modra  <amodra@gmail.com>
+
+       * wrstabs.c (stab_start_class_type): Add assert to work around
+       gcc9 warning.  Tidy.
+
+2019-04-24  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (strip_main): Do not enable note merging by default if
+       just stripping debug or dwo information.
+       * doc/binutils.texi (strip): Update documentation.
+
+2019-04-23  Nick Clifton  <nickc@redhat.com>
+
+       * README-how-to-make-a-release: Add note to update the symbolic
+       link from "docs" to "docs-2.x" on the sourceware website.
+
+2019-04-16  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
+       * testsuite/binutils-all/copy-3.d: Likewise.
+
+2019-04-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
+
+2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (decode_x86_isa): Handle
+       GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
+       * testsuite/binutils-all/i386/pr21231b.d: Updated.
+       * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
+
+2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
+
+2019-03-26  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/binutils-all/aarch64/in-order-all.d: Update.
+       * testsuite/binutils-all/aarch64/in-order.d: Likewise.
+       * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
+       * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
+       * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
+       * testsuite/binutils-all/arm/in-order-all.d: Likewise.
+       * testsuite/binutils-all/arm/in-order.d: Likewise.
+       * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
+       * testsuite/binutils-all/arm/out-of-order.d: Likewise.
+       * testsuite/binutils-all/arm/out-of-order.s: Likewise.
+
+2019-03-26  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
+       FRV and MEP.
+
+2019-03-26  Alan Modra  <amodra@gmail.com>
+
+       * objdump.c (dump_relocs_in_section): Warning fix.
+
+2019-03-25  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/binutils-all/arm/in-order-all.d: New test.
+       * testsuite/binutils-all/arm/in-order.d: New test.
+       * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
+       * testsuite/binutils-all/arm/out-of-order-all.d: New test.
+       * testsuite/binutils-all/arm/out-of-order.T: New test.
+       * testsuite/binutils-all/arm/out-of-order.d: New test.
+       * testsuite/binutils-all/arm/out-of-order.s: New test.
+
+
+2019-03-25  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/binutils-all/aarch64/in-order-all.d: New test.
+       * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
+       * testsuite/binutils-all/aarch64/out-of-order.d:
+
+2019-03-25  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/binutils-all/aarch64/in-order.d: New test.
+       * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
+       well.
+
+2019-03-25  Tamar Christina  <tamar.christina@arm.com>
+
+       * objdump.c (disassemble_bytes): Pass stop_offset.
+       * testsuite/binutils-all/aarch64/out-of-order.T: New test.
+       * testsuite/binutils-all/aarch64/out-of-order.d: New test.
+       * testsuite/binutils-all/aarch64/out-of-order.s: New test.
+
+2019-03-19  Nick Clifton  <nickc@redhat.com>
+
+       PR 24360
+       * objdump.c (load_specific_debug_section): Check that the amount
+       of memory to be allocated matches the size of the section.
+
+2019-03-13  Sudakshina Das  <sudi.das@arm.com>
+
+       * readelf.c (get_aarch64_dynamic_type): Add case for
+       DT_AARCH64_PAC_PLT.
+       (dynamic_section_aarch64_val): Likewise.
+
+2019-03-13  Sudakshina Das  <sudi.das@arm.com>
+           Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * readelf.c (get_aarch64_dynamic_type): New.
+       (get_dynamic_type): Use above for EM_AARCH64.
+       (dynamic_section_aarch64_val): New.
+       (process_dynamic_section): Use above for EM_AARCH64.
+
+2019-03-13  Sudakshina Das  <sudi.das@arm.com>
+
+       * readelf.c (decode_aarch64_feature_1_and): New.
+       (print_gnu_property_note): Add case for AArch64 gnu notes.
+
+2019-03-12  Alan Modra  <amodra@gmail.com>
+
+       * objdump.c (load_specific_debug_section): Don't compare section
+       size against file size.
+       (dump_relocs_in_section): Don't compare reloc size against file size.
+       Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
+
+2019-03-05  Nick Clifton  <nickc@redhat.com>
+
+       PR 24295
+       * doc/binutils.texi (ar cmdline): Fix spelling mistake.
+
+2019-03-05  Nick Clifton  <nickc@redhat.com>
+
+       * po/sv.po: Updated Swedish translation.
+
+2019-03-05  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       PR 24287
+       * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
+       of "lmap" with a "foreach" loop.
+
+2019-03-04  Nick Clifton  <nickc@redhat.com>
+
+       PR 24281
+       * objcopy.c (copy_archive): Do not copy thin  archives.
+
+2019-02-27  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
+
+2019-02-25  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (sym_ok): New function.
+       (find_symbol_for_address): Use new function.
+       (disassemble_section): Compare sections by name, not pointer.
+       (dump_dwarf): Move code to initialise byte_get pointer and iterate
+       over separate debug files from here to ...
+       (dump_bfd): ... here.  Add parameter indicating that a separate
+       debug info file is being dumped.  For main file, pull in the
+       symbol tables from all separate debug info files.
+       (display_object): Update call to dump_bfd.
+       * doc/binutils.texi: Document extened behaviour of the
+       --dwarf=follow-links option.
+       * NEWS: Mention this new feature.
+       * testsuite/binutils-all/objdump.WK2: Update expected output.
+       * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
+       options and dump file parameters.
+       Add extra test.
+       * testsuite/binutils-all/objdump.WK3: New file.
+       * testsuite/binutils-all/readelf.exp: Change expected output for
+       readelf -wKis test.
+       * testsuite/binutils-all/readelf.wKis: New file.
+
 2019-02-22  Nick Clifton  <nickc@redhat.com>
 
        PR 23843
This page took 0.024974 seconds and 4 git commands to generate.