This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ARM/morello-binutils-gdb-master in repository binutils-gdb.
from 8f2cd6521f0 gas: Use correct data type in parse_operands new d30dd5cf4f3 gas: aarch64: Fixing expression calculation using C64 symbols new fb1a9e59cd1 gas: aarch64: Introduce the chericap directive new f4a5fecc9f1 gas: aarch64: Require 16 bytes for Morello capinit relocation
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/config/tc-aarch64.c | 38 ++++++++++- .../gas/aarch64/morello-capinit-require-size.d | 3 + .../gas/aarch64/morello-capinit-require-size.l | 2 + .../gas/aarch64/morello-capinit-require-size.s | 17 +++++ gas/testsuite/gas/aarch64/morello-chericap.d | 61 +++++++++++++++++ gas/testsuite/gas/aarch64/morello-chericap.s | 79 ++++++++++++++++++++++ gas/testsuite/gas/aarch64/morello-function-lsb.d | 38 +++++++++++ gas/testsuite/gas/aarch64/morello-function-lsb.s | 67 ++++++++++++++++++ 8 files changed, 303 insertions(+), 2 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/morello-capinit-require-size.d create mode 100644 gas/testsuite/gas/aarch64/morello-capinit-require-size.l create mode 100644 gas/testsuite/gas/aarch64/morello-capinit-require-size.s create mode 100644 gas/testsuite/gas/aarch64/morello-chericap.d create mode 100644 gas/testsuite/gas/aarch64/morello-chericap.s create mode 100644 gas/testsuite/gas/aarch64/morello-function-lsb.d create mode 100644 gas/testsuite/gas/aarch64/morello-function-lsb.s