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 2fee395ed5b Automatic date update in version.in new a2afee4a2ca gas: Handle bad -gdwarf options, just like bad --gdwarf options. new 1e9cc65075e gas: Use DW_FORM_sec_offset for DWARF version 4 or higher. new 3a7d446f108 gas: Make sure to only add an md5 to a .file when requested. new fe148fc9640 gas: Output .debug_rnglists for DWARF 5. new b5693f7d5c3 gas: Output directory and file names in .debug_line_str for DWARF5 new bb4799e9b78 gas: Don't error when .debug_line already exists, unless .l [...]
The 6 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: gas/ChangeLog | 68 ++++++++++ gas/as.c | 7 + gas/doc/as.texi | 7 +- gas/dwarf2dbg.c | 231 ++++++++++++++++++++++++++------- gas/testsuite/gas/elf/dwarf-5-file0.d | 12 +- gas/testsuite/gas/elf/dwarf-5-file0.s | 2 +- gas/testsuite/gas/i386/dwarf2-line-1.d | 45 +++++++ gas/testsuite/gas/i386/dwarf2-line-1.s | 28 ++++ gas/testsuite/gas/i386/dwarf2-line-2.d | 48 +++++++ gas/testsuite/gas/i386/dwarf2-line-2.s | 91 +++++++++++++ gas/testsuite/gas/i386/dwarf2-line-3.d | 3 + gas/testsuite/gas/i386/dwarf2-line-3.l | 2 + gas/testsuite/gas/i386/dwarf2-line-3.s | 32 +++++ gas/testsuite/gas/i386/dwarf2-line-4.d | 46 +++++++ gas/testsuite/gas/i386/dwarf2-line-4.s | 29 +++++ gas/testsuite/gas/i386/i386.exp | 5 + 16 files changed, 599 insertions(+), 57 deletions(-) create mode 100644 gas/testsuite/gas/i386/dwarf2-line-1.d create mode 100644 gas/testsuite/gas/i386/dwarf2-line-1.s create mode 100644 gas/testsuite/gas/i386/dwarf2-line-2.d create mode 100644 gas/testsuite/gas/i386/dwarf2-line-2.s create mode 100644 gas/testsuite/gas/i386/dwarf2-line-3.d create mode 100644 gas/testsuite/gas/i386/dwarf2-line-3.l create mode 100644 gas/testsuite/gas/i386/dwarf2-line-3.s create mode 100644 gas/testsuite/gas/i386/dwarf2-line-4.d create mode 100644 gas/testsuite/gas/i386/dwarf2-line-4.s