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 b4e87f2c1e Arm: Fix performance issue with thumb-2 tailcalls new 546053acfa Adds support for following CPUs to the ARM and Aarch64 assem [...]
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/ChangeLog | 5 +++++ bfd/cpu-aarch64.c | 9 +++++---- gas/ChangeLog | 13 +++++++++++++ gas/NEWS | 6 ++++++ gas/config/tc-aarch64.c | 22 ++++++++++++++++++++++ gas/doc/c-aarch64.texi | 5 +++++ gas/testsuite/gas/aarch64/cpu-cortex-a34.d | 6 ++++++ gas/testsuite/gas/aarch64/cpu-cortex-a65.d | 6 ++++++ gas/testsuite/gas/aarch64/cpu-cortex-a65ae.d | 6 ++++++ gas/testsuite/gas/aarch64/cpu-cortex-a76ae.d | 6 ++++++ gas/testsuite/gas/aarch64/cpu-cortex-a77.d | 6 ++++++ gas/testsuite/gas/{arm => aarch64}/nop-asm.s | 0 gas/testsuite/gas/arm/pr24907.d | 19 +++++++++++++++++++ gas/testsuite/gas/arm/pr24907.s | 16 ++++++++++++++++ 14 files changed, 121 insertions(+), 4 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a34.d create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a65.d create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a65ae.d create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a76ae.d create mode 100644 gas/testsuite/gas/aarch64/cpu-cortex-a77.d copy gas/testsuite/gas/{arm => aarch64}/nop-asm.s (100%) create mode 100644 gas/testsuite/gas/arm/pr24907.d create mode 100644 gas/testsuite/gas/arm/pr24907.s