This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 2ad55ffca1 PR28163, Segment fault in function rl78_special_reloc adds e7e57d02fb x86: have non-PE/COFF BEOS be recognized as ELF adds e2295dade8 x86/ELF: fix .tfloat output adds e74e2b4c33 x86/ELF: fix .ds.x output adds 8f2200fe8e x86/ELF: fix .tfloat output with hex input adds 7d19d09629 x86: introduce .hfloat directive adds de133cf98c x86: introduce .bfloat16 directive adds bcd17d4f51 gas: make 2nd argument of .dcb.* consistently optional adds 2557e081af Arm32: leave more .bfloat16 processing to common code adds 7727283e51 Arm64: leave .bfloat16 processing to common code adds f0dec3f488 gas: support NaN flavors adds 199bbc7a4c gas: fold IEEE encoding of -Inf with that of +Inf adds bda3d9fbc8 Fix typo in previous delta adds d86d1fc7f9 Add a -mno-dollar-line-separator command line option to the [...] adds fb0afe4cca Mention whitespace in script expressions adds 6c93cebf2d ldgram.y tidies adds 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 [...] new ab4f385b3c Deprecate a.out support for NetBSD targets.
The 1 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/config.bfd | 43 +- bfd/configure | 5 +- bfd/configure.ac | 5 +- bfd/po/bfd.pot | 1843 +++++------ binutils/po/binutils.pot | 2745 ++++++++-------- binutils/testsuite/binutils-all/nm.exp | 2 +- binutils/testsuite/lib/binutils-common.exp | 12 +- config/picflag.m4 | 4 +- gas/ChangeLog | 13 + gas/atof-generic.c | 20 +- gas/config/atof-ieee.c | 121 +- gas/config/tc-aarch64.c | 50 +- gas/config/tc-arm.c | 49 +- gas/config/tc-avr.c | 14 +- gas/config/tc-avr.h | 5 +- gas/config/tc-i386.c | 17 +- gas/config/tc-i386.h | 4 + gas/config/tc-tic4x.c | 6 +- gas/configure.tgt | 9 +- gas/doc/as.texi | 4 +- gas/doc/c-avr.texi | 9 +- gas/doc/c-i386.texi | 15 +- gas/flonum.h | 4 + gas/po/gas.pot | 3383 ++++++++++---------- gas/read.c | 144 +- gas/testsuite/gas/all/float.s | 11 + gas/testsuite/gas/arm/blx-bl-convert.d | 2 +- gas/testsuite/gas/arm/blx-local-thumb.d | 2 +- gas/testsuite/gas/i386/fp-elf32.d | 41 + gas/testsuite/gas/i386/fp-elf64.d | 41 + gas/testsuite/gas/i386/fp.d | 30 +- gas/testsuite/gas/i386/fp.s | 103 +- gas/testsuite/gas/i386/i386.exp | 5 +- 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/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 +- intl/configure | 2 +- ld/configure.tgt | 44 +- ld/ld.texi | 8 +- ld/ldgram.y | 96 +- ld/ldlex.l | 15 +- 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 +- libiberty/configure | 4 +- opcodes/po/opcodes.pot | 106 +- 62 files changed, 5622 insertions(+), 4915 deletions(-) create mode 100644 gas/testsuite/gas/i386/fp-elf32.d create mode 100644 gas/testsuite/gas/i386/fp-elf64.d 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