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 2ad55ffca1b PR28163, Segment fault in function rl78_special_reloc new e7e57d02fb5 x86: have non-PE/COFF BEOS be recognized as ELF new e2295dade83 x86/ELF: fix .tfloat output new e74e2b4c336 x86/ELF: fix .ds.x output new 8f2200fe8e7 x86/ELF: fix .tfloat output with hex input new 7d19d096292 x86: introduce .hfloat directive new de133cf98cd x86: introduce .bfloat16 directive new bcd17d4f518 gas: make 2nd argument of .dcb.* consistently optional new 2557e081af9 Arm32: leave more .bfloat16 processing to common code new 7727283e512 Arm64: leave .bfloat16 processing to common code new f0dec3f488c gas: support NaN flavors new 199bbc7a4c0 gas: fold IEEE encoding of -Inf with that of +Inf
The 11 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: binutils/testsuite/lib/binutils-common.exp | 5 + 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-i386.c | 17 +++- gas/config/tc-i386.h | 4 + gas/config/tc-tic4x.c | 4 +- gas/doc/as.texi | 4 +- gas/doc/c-i386.texi | 15 ++- gas/flonum.h | 4 + gas/read.c | 144 +++++++++++++++++++++-------- gas/testsuite/gas/all/float.s | 11 +++ 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 +- 18 files changed, 456 insertions(+), 212 deletions(-) create mode 100644 gas/testsuite/gas/i386/fp-elf32.d create mode 100644 gas/testsuite/gas/i386/fp-elf64.d