This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 351259211a Add missing ChangeLog entry for the previous commit new b921626516 Automatic date update in version.in new b7379eadda gas/riscv: Remove unneeded structure new d9acf70759 binutils: Be more forgiving of targets with large numbers of [...] new 955ff7fcf8 binutils: Rename init_dwarf_regnames new 229a22cfd2 binutils: Add a new function to initialise DWARF register na [...] new 99f6fdd9eb binutils: Make some functions static in dwarf.c new 1296bc99b1 binutils: Make DWARF register name lookup be via a function pointer new 4762fe621e binutils/gas/riscv: Add DWARF register numbers for CSRs new 22eb4a0617 gas: Check for overflow on return column in version 1 CIE DWARF new 0ac2b354ee gas/riscv: Produce version 3 DWARF CIE by default
The 10 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: bfd/version.h | 2 +- binutils/ChangeLog | 59 +++++ binutils/dwarf.c | 148 ++++++++++-- binutils/dwarf.h | 10 +- binutils/objdump.c | 40 +--- binutils/readelf.c | 2 +- gas/ChangeLog | 30 +++ gas/as.c | 10 +- gas/config/tc-riscv.c | 18 +- gas/dw2gencfi.c | 7 +- gas/dwarf2dbg.c | 11 + gas/testsuite/gas/riscv/cie-rtn-col-1.d | 3 + gas/testsuite/gas/riscv/cie-rtn-col-3.d | 17 ++ gas/testsuite/gas/riscv/cie-rtn-col.s | 3 + gas/testsuite/gas/riscv/csr-dw-regnums.d | 265 +++++++++++++++++++++ gas/testsuite/gas/riscv/csr-dw-regnums.s | 255 ++++++++++++++++++++ gas/testsuite/gas/riscv/default-cie-version.d | 15 ++ .../cie-version.s => riscv/default-cie-version.s} | 0 ld/ChangeLog | 4 + ld/testsuite/ld-elf/eh5.d | 12 +- 20 files changed, 829 insertions(+), 82 deletions(-) create mode 100644 gas/testsuite/gas/riscv/cie-rtn-col-1.d create mode 100644 gas/testsuite/gas/riscv/cie-rtn-col-3.d create mode 100644 gas/testsuite/gas/riscv/cie-rtn-col.s create mode 100644 gas/testsuite/gas/riscv/csr-dw-regnums.d create mode 100644 gas/testsuite/gas/riscv/csr-dw-regnums.s create mode 100644 gas/testsuite/gas/riscv/default-cie-version.d copy gas/testsuite/gas/{cfi/cie-version.s => riscv/default-cie-version.s} (100%)