This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gdb.
from 5f0b6b77f1 Automatic date update in version.in new 69341966de IBM zSystems: Add support for z16 as CPU name. new ff82bd7405 RISC-V: add testcase to check line number emission for .insn new 13d414afa0 Arm32: arrange for line number emission for .inst new 0f47cb17d1 Arm64: arrange for line number emission for .inst new 591cc9fbbf gas/Dwarf: record functions
The 5 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 | 7 ++ gas/config/tc-aarch64.c | 6 +- gas/config/tc-arm.c | 2 + gas/config/tc-s390.c | 2 +- gas/doc/as.texi | 4 +- gas/doc/c-s390.texi | 4 +- gas/dwarf2dbg.c | 156 ++++++++++++++++++++++++++-- gas/testsuite/gas/aarch64/inst-directive.d | 3 + gas/testsuite/gas/aarch64/inst-directive.s | 1 + gas/testsuite/gas/aarch64/inst-dwarf.d | 15 +++ gas/testsuite/gas/arm/inst-po-dwarf.d | 21 ++++ gas/testsuite/gas/elf/dwarf-3-func.d | 48 +++++++++ gas/testsuite/gas/elf/dwarf-3-func.s | 40 +++++++ gas/testsuite/gas/elf/dwarf-5-func-global.d | 40 +++++++ gas/testsuite/gas/elf/dwarf-5-func-local.d | 37 +++++++ gas/testsuite/gas/elf/dwarf-5-func.d | 50 +++++++++ gas/testsuite/gas/elf/elf.exp | 4 + gas/testsuite/gas/riscv/insn-dwarf.d | 71 +++++++++++++ opcodes/ChangeLog | 5 + opcodes/s390-mkopc.c | 3 +- 20 files changed, 505 insertions(+), 14 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/inst-dwarf.d create mode 100644 gas/testsuite/gas/arm/inst-po-dwarf.d create mode 100644 gas/testsuite/gas/elf/dwarf-3-func.d create mode 100644 gas/testsuite/gas/elf/dwarf-3-func.s create mode 100644 gas/testsuite/gas/elf/dwarf-5-func-global.d create mode 100644 gas/testsuite/gas/elf/dwarf-5-func-local.d create mode 100644 gas/testsuite/gas/elf/dwarf-5-func.d create mode 100644 gas/testsuite/gas/riscv/insn-dwarf.d