This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_ubsan in repository toolchain/ci/binutils-gdb.
from cc9faa98ad PR28198, Support # as linker script comment marker adds fb550a919a gdb: terminate upon receipt of SIGFPE adds bbefac7df9 gdb: register signal handler after setting up event token adds 270135645b gdb: rename async_init_signals to gdb_init_signals adds 6aa4f97c2b gdb: print backtrace on fatal SIGSEGV adds d03277b797 gdb: register SIGBUS, SIGFPE, and SIGABRT handlers adds 0e6e4b599a gdb: don't print backtrace when dumping core after an intern [...] adds ab4f385b3c Deprecate a.out support for NetBSD targets. adds 4f212c5520 Updated Portuguese translation for the binutils sub-directory. adds 3af2785c97 Add 3 new PAC-related ARM note types adds 5393ca689a Fix an internal error in the CSKY assembler when asked to re [...] adds 12612c24a6 Fix a typo in the RX asse,bler. The Double-precision floati [...] adds 0d81afad67 ld: Update the pass and fail strings of PR ld/28138 test adds cf5671b146 Automatic date update in version.in adds 6e425ff4bf Re: gas: support NaN flavors adds b2ee4824b1 gdb:csky rm tdesc_has_registers in csky_register_name
No new revisions were added by this update.
Summary of changes: bfd/config.bfd | 43 +- bfd/configure | 5 +- bfd/configure.ac | 5 +- bfd/po/bfd.pot | 1843 +++--- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/po/binutils.pot | 2745 ++++---- binutils/po/pt.po | 6781 ++++++++++++-------- binutils/readelf.c | 6 + binutils/testsuite/binutils-all/nm.exp | 2 +- binutils/testsuite/lib/binutils-common.exp | 7 +- config/picflag.m4 | 4 +- gas/ChangeLog | 13 + gas/config/rx-parse.y | 2 +- gas/config/tc-csky.c | 3 +- gas/configure.tgt | 9 +- gas/po/gas.pot | 3383 +++++----- gas/testsuite/gas/all/float.s | 4 + gas/testsuite/gas/all/gas.exp | 7 +- gas/testsuite/gas/arm/blx-bl-convert.d | 2 +- gas/testsuite/gas/arm/blx-local-thumb.d | 2 +- gas/testsuite/gas/rx/dpopm.sm | 2 +- gas/testsuite/gas/rx/dpushm.sm | 2 +- gas/testsuite/gas/rx/macros.inc | 2 +- gas/testsuite/gas/sh/basic.exp | 2 +- gdb/NEWS | 7 + gdb/config.in | 6 + gdb/configure | 51 + gdb/configure.ac | 22 + gdb/configure.host | 34 +- gdb/configure.tgt | 2 +- gdb/csky-tdep.c | 3 - gdb/doc/gdb.texinfo | 18 + gdb/event-top.c | 227 +- gdb/event-top.h | 2 +- gdb/testsuite/gdb.asm/asm-source.exp | 6 +- .../mi-start.c => gdb.base/bt-on-fatal-signal.c} | 2 +- gdb/testsuite/gdb.base/bt-on-fatal-signal.exp | 173 + gdb/top.c | 2 +- gdb/ui-file.h | 9 + gdb/utils.c | 5 + gold/po/gold.pot | 2 +- gprof/po/gprof.pot | 36 +- include/elf/common.h | 9 + intl/configure | 2 +- ld/configure.tgt | 44 +- ld/po/ld.pot | 885 +-- ld/testsuite/ld-arm/arm-elf.exp | 4 +- ld/testsuite/ld-elf/elf.exp | 2 +- ld/testsuite/ld-elf/shared.exp | 4 +- ld/testsuite/ld-plugin/lto.exp | 8 +- libiberty/configure | 4 +- opcodes/po/opcodes.pot | 106 +- 53 files changed, 9079 insertions(+), 7476 deletions(-) copy gdb/testsuite/{gdb.mi/mi-start.c => gdb.base/bt-on-fatal-signal.c} (92%) create mode 100644 gdb/testsuite/gdb.base/bt-on-fatal-signal.exp