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 96643e35c0 Add -Wshadow=local new 23f233a595 [Arm, 1/3] Add -march=armv8.5-a and related internal feature [...] new 7fadb25d6f [Arm, 2/3] Add instruction SB for AArch32 new dad0c3bfb5 [Arm, 3/3] Add Execution and Data Prediction instructions fo [...] new d1c86cff1e Set correct SHT_NOTE type for .note.spu_name
The 4 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/elf32-spu.c | 5 +++++ gas/ChangeLog | 33 ++++++++++++++++++++++++++++ gas/config/tc-arm.c | 27 +++++++++++++++++++++++ gas/doc/c-arm.texi | 5 +++++ gas/testsuite/gas/arm/attr-march-armv8_5-a.d | 17 ++++++++++++++ gas/testsuite/gas/arm/predres-bad.d | 4 ++++ gas/testsuite/gas/arm/predres-bad.l | 4 ++++ gas/testsuite/gas/arm/predres.s | 6 +++++ gas/testsuite/gas/arm/predres1.d | 11 ++++++++++ gas/testsuite/gas/arm/predres2.d | 11 ++++++++++ gas/testsuite/gas/arm/sb-bad.d | 5 +++++ gas/testsuite/gas/arm/sb-bad.l | 2 ++ gas/testsuite/gas/arm/sb-thumb1.d | 11 ++++++++++ gas/testsuite/gas/arm/sb-thumb2.d | 11 ++++++++++ gas/testsuite/gas/arm/sb.s | 4 ++++ gas/testsuite/gas/arm/sb1.d | 11 ++++++++++ gas/testsuite/gas/arm/sb2.d | 11 ++++++++++ include/ChangeLog | 15 +++++++++++++ include/opcode/arm.h | 9 ++++++++ opcodes/ChangeLog | 5 +++++ opcodes/arm-dis.c | 6 +++++ 22 files changed, 218 insertions(+) create mode 100644 gas/testsuite/gas/arm/attr-march-armv8_5-a.d create mode 100644 gas/testsuite/gas/arm/predres-bad.d create mode 100644 gas/testsuite/gas/arm/predres-bad.l create mode 100644 gas/testsuite/gas/arm/predres.s create mode 100644 gas/testsuite/gas/arm/predres1.d create mode 100644 gas/testsuite/gas/arm/predres2.d create mode 100644 gas/testsuite/gas/arm/sb-bad.d create mode 100644 gas/testsuite/gas/arm/sb-bad.l create mode 100644 gas/testsuite/gas/arm/sb-thumb1.d create mode 100644 gas/testsuite/gas/arm/sb-thumb2.d create mode 100644 gas/testsuite/gas/arm/sb.s create mode 100644 gas/testsuite/gas/arm/sb1.d create mode 100644 gas/testsuite/gas/arm/sb2.d