This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from ed1afd8666 oops - forgot to include the changelog update for the latest [...] adds 6c51cf513d Move include block to pathstuff.h adds 8e20b4be65 Constify value_nsstring adds caaece0e2f Use "const" more in ax-gdb.c adds baf20f7627 Make internalvar_name return a const char * adds 424171c6f1 Automatic date update in version.in adds 81fdd7acec gdbserver: add missing --disable-packet options to help text adds 550820e16d gdb/riscv: add ability to decode dwarf CSR numbers adds 0dd7428d89 Fix Windows-x-PPC build adds 4d93271533 readelf: Fix output of rnglists section adds f27c0b449f aarch64: Allow LS64 feature with Armv8.6 adds acb994fab6 gdb/testsuite: add "breakpoint always-inserted" axis in gdb. [...] adds b8b0c108c7 Automatic date update in version.in adds ab33b15255 gdb: add an option flag to 'maint print c-tdesc' adds bcb78b4761 Stop Gas from generating line info or address ranges for sec [...] adds 94cde56ab3 m32r sim: Add prototypes for functions that pass/return DI values adds a3183ad610 Fix up changelog entry of previous delta adds 9e74f0aef6 Fix gdb.threads/tls-so_extern.exp with Clang adds 1f2624a354 Fix Rust regression with -readnow adds 10c19fadfd arc: Write correct "eret" value during register collection
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/archive.c | 8 -- bfd/sysdep.h | 8 ++ bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/dwarf.c | 11 +- gas/ChangeLog | 15 +++ gas/dwarf2dbg.c | 18 ++- gas/testsuite/gas/aarch64/ls64.s | 2 +- gas/testsuite/gas/elf/dwarf2-20.d | 18 +++ gas/testsuite/gas/elf/dwarf2-20.s | 10 ++ gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/warn-2.s | 15 +-- gdb/ChangeLog | 53 +++++++++ gdb/arc-linux-tdep.c | 10 +- gdb/ax-gdb.c | 20 ++-- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 9 +- gdb/features/Makefile | 4 +- gdb/features/rx.c | 2 +- gdb/features/rx.xml | 130 +++++++++++---------- gdb/objc-lang.c | 2 +- gdb/objc-lang.h | 2 +- gdb/riscv-tdep.c | 3 + gdb/riscv-tdep.h | 2 + gdb/symtab.c | 59 +++++++--- gdb/target-descriptions.c | 85 ++++++++++++-- gdb/testsuite/ChangeLog | 16 +++ .../gdb.base/continue-after-aborted-step-over.exp | 13 ++- gdb/testsuite/gdb.rust/traits.exp | 6 - gdb/testsuite/gdb.threads/tls-so_extern_main.c | 2 + gdb/value.c | 2 +- gdb/value.h | 2 +- gdbserver/ChangeLog | 5 + gdbserver/server.cc | 5 +- gdbsupport/ChangeLog | 6 + gdbsupport/pathstuff.cc | 4 - gdbsupport/pathstuff.h | 4 + opcodes/ChangeLog | 4 + opcodes/aarch64-tbl.h | 2 +- sim/m32r/ChangeLog | 8 ++ sim/m32r/m32r-sim.h | 11 +- 42 files changed, 432 insertions(+), 162 deletions(-) create mode 100644 gas/testsuite/gas/elf/dwarf2-20.d create mode 100644 gas/testsuite/gas/elf/dwarf2-20.s