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 aab2c27d9f [binutils][arm] BFloat16 enablement [4/X] new c96f148b7b [Patch][binutils] Generic support for parsing numbers in bfl [...] new 27cce8667f [Patch][binutils][arm] .bfloat16 directive for Arm [6/X] new eb5bbc4821 [Patch][binutils][aarch64] .bfloat16 directive for AArch64 [7/10]
The 3 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 | 24 +++++++ gas/as.h | 1 + gas/config/atof-ieee.c | 83 +++++++++++++++-------- gas/config/tc-aarch64.c | 49 +++++++++++++ gas/config/tc-arm.c | 47 +++++++++++++ gas/testsuite/gas/aarch64/bfloat16-directive-be.d | 11 +++ gas/testsuite/gas/aarch64/bfloat16-directive-le.d | 11 +++ gas/testsuite/gas/aarch64/bfloat16-directive.s | 19 ++++++ gas/testsuite/gas/arm/bfloat16-directive-be.d | 11 +++ gas/testsuite/gas/arm/bfloat16-directive-le.d | 11 +++ gas/testsuite/gas/arm/bfloat16-directive.s | 19 ++++++ 11 files changed, 257 insertions(+), 29 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/bfloat16-directive-be.d create mode 100644 gas/testsuite/gas/aarch64/bfloat16-directive-le.d create mode 100644 gas/testsuite/gas/aarch64/bfloat16-directive.s create mode 100644 gas/testsuite/gas/arm/bfloat16-directive-be.d create mode 100644 gas/testsuite/gas/arm/bfloat16-directive-le.d create mode 100644 gas/testsuite/gas/arm/bfloat16-directive.s