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 730afdd1399 gdb: move remaining ChangeLogs to legacy files new 3751264cdd1 PATCH [1/10] arm: add 'bti' instruction for Armv8.1-M pacbt [...] new f1e1d7f305e PATCH [2/10] arm: add 'pacbti' instruction for Armv8.1-M pa [...] new e43ca2cbaea PATCH [3/10] arm: add 'aut' instruction for Armv8.1-M pacbt [...] new ce537a7db78 PATCH [4/10] arm: add 'pac' instruction for Armv8.1-M pacbt [...] new 2c6ccfcfdde PATCH [5/10] arm: Extend again arm_feature_set struct to pr [...] new 5a0c7a819f1 PATCH [6/10] arm: Add -march=armv8.1-m.main+pacbti flag new e07352fa4fb PATCH [7/10] arm: add 'bxaut' instruction for Armv8.1-M pac [...] new be05908c0c0 PATCH [8/10] arm: add 'autg' instruction for Armv8.1-M pacb [...] new 5c43020d83f PATCH [9/10] arm: add 'pacg' instruction for Armv8.1-M pacb [...] new 0264bf6fe30 PATCH [10/10] arm: Alias 'ra_auth_code' to r12 for pacbti.
The 10 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-arm.c | 64 ++++++++++++++++++++++++++++ gas/testsuite/gas/arm/armv8_1-m-pacbti-bad.d | 5 +++ gas/testsuite/gas/arm/armv8_1-m-pacbti-bad.l | 10 +++++ gas/testsuite/gas/arm/armv8_1-m-pacbti-bad.s | 14 ++++++ gas/testsuite/gas/arm/armv8_1-m-pacbti.d | 16 +++++++ gas/testsuite/gas/arm/armv8_1-m-pacbti.s | 11 +++++ include/opcode/arm.h | 27 ++++++++++-- opcodes/arm-dis.c | 17 ++++++++ 8 files changed, 160 insertions(+), 4 deletions(-) create mode 100644 gas/testsuite/gas/arm/armv8_1-m-pacbti-bad.d create mode 100644 gas/testsuite/gas/arm/armv8_1-m-pacbti-bad.l create mode 100644 gas/testsuite/gas/arm/armv8_1-m-pacbti-bad.s create mode 100644 gas/testsuite/gas/arm/armv8_1-m-pacbti.d create mode 100644 gas/testsuite/gas/arm/armv8_1-m-pacbti.s