This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_35-branch in repository binutils-gdb.
from 1767e3f3bd6 elf: Set rel_from_abs to 1 for __ehdr_start new c9ebbcc99b9 binutils: Handle DWARF5 DW_FORM_ref_addr and DW_UT_partial. new d89b66edf5b Sync libiberty and include with GCC for get_DW_UT_name. new b0ee5cba072 readelf: Show Unit Type for DWARF5 new 6ccb0b25575 binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE [...] new 97cdf5f9345 readelf: Fix output of rnglists section new ea873d892eb gas: Reuse the input file entry in the file table new e7c1a13eb8f Work around problem in DWARF decoding library which can res [...] new ef5e3e92dc7 Fix the decoding of DW_FORM_ref_addr DWARF attribute. new 6feeb5de6a2 Accept the DW_FORM_ref8 type when parsing DWARF types. new c33430a9e75 Re: Sync libiberty and include with GCC for get_DW_UT_name new 56cd748924a dwarf: Also match abbrev base when searching abbrev list
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: binutils/ChangeLog | 106 ++ binutils/dwarf.c | 677 ++++++--- binutils/testsuite/binutils-all/dw5.W | 1 + binutils/testsuite/binutils-all/dwarf-attributes.W | 1 + .../testsuite/binutils-all/x86-64/pr26808.dump | 1440 ++++++++++++++++++++ .../{pr26160.dwp.bz2 => x86-64/pr26808.dwp.bz2} | Bin binutils/testsuite/binutils-all/x86-64/x86-64.exp | 31 + elfcpp/ChangeLog | 7 + elfcpp/dwarf.h | 9 + gas/ChangeLog | 51 + gas/dwarf2dbg.c | 57 +- gas/testsuite/gas/elf/dwarf-5-cu.d | 1 + gas/testsuite/gas/i386/dwarf4-line-1.d | 50 + gas/testsuite/gas/i386/dwarf4-line-1.s | 14 + gas/testsuite/gas/i386/dwarf5-line-1.d | 50 + gas/testsuite/gas/i386/dwarf5-line-1.s | 6 + gas/testsuite/gas/i386/dwarf5-line-2.d | 49 + gas/testsuite/gas/i386/dwarf5-line-2.s | 5 + gas/testsuite/gas/i386/dwarf5-line-3.d | 49 + gas/testsuite/gas/i386/dwarf5-line-3.s | 10 + gas/testsuite/gas/i386/i386.exp | 4 + include/ChangeLog | 12 + include/dwarf2.def | 11 + include/dwarf2.h | 24 +- libiberty/ChangeLog | 9 + libiberty/dwarfnames.c | 7 + 26 files changed, 2484 insertions(+), 197 deletions(-) create mode 100644 binutils/testsuite/binutils-all/x86-64/pr26808.dump copy binutils/testsuite/binutils-all/{pr26160.dwp.bz2 => x86-64/pr26808.dwp.bz2} (100%) create mode 100644 gas/testsuite/gas/i386/dwarf4-line-1.d create mode 100644 gas/testsuite/gas/i386/dwarf4-line-1.s create mode 100644 gas/testsuite/gas/i386/dwarf5-line-1.d create mode 100644 gas/testsuite/gas/i386/dwarf5-line-1.s create mode 100644 gas/testsuite/gas/i386/dwarf5-line-2.d create mode 100644 gas/testsuite/gas/i386/dwarf5-line-2.s create mode 100644 gas/testsuite/gas/i386/dwarf5-line-3.d create mode 100644 gas/testsuite/gas/i386/dwarf5-line-3.s