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 a2db92ea312 Automatic date update in version.in new b5ae4e7b458 arm: remove tests for Maverick FPU extensions new 58bd8d56c75 arm: remove Maverick support from the assembler. new e06a561b73d arm: binutils: drop Maverick support. new ad5da6e6d86 arm: opcodes: remove Maverick disassembly. new 71afdf2e264 arm: remove Maverick support from BFD. new 30d57f2e41b arm: update documentation for removal of the Maverick extension
The 6 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/cpu-arm.c | 70 +-- bfd/elf32-arm.c | 26 +- binutils/NEWS | 4 + binutils/readelf.c | 4 - gas/config/tc-arm.c | 183 +------ gas/doc/c-arm.texi | 11 +- gas/testsuite/gas/arm/attr-mfpu-maverick.d | 11 - gas/testsuite/gas/arm/copro-arm_v2plus-arm_v2.d | 8 +- .../gas/arm/copro-thumb_v6t2plus-thumb_v6t2-1.d | 8 +- .../gas/arm/group-reloc-ldc-encoding-bad.l | 192 -------- .../gas/arm/group-reloc-ldc-encoding-bad.s | 14 - .../gas/arm/group-reloc-ldc-parsing-bad.l | 80 --- .../gas/arm/group-reloc-ldc-parsing-bad.s | 11 - gas/testsuite/gas/arm/group-reloc-ldc.d | 192 -------- gas/testsuite/gas/arm/group-reloc-ldc.s | 9 - gas/testsuite/gas/arm/maverick.c | 534 --------------------- gas/testsuite/gas/arm/maverick.d | 477 ------------------ gas/testsuite/gas/arm/maverick.s | 470 ------------------ gas/testsuite/gas/arm/note-march-ep9312.d | 13 - gas/testsuite/gas/arm/note-march-ep9312.s | 7 - include/elf/arm.h | 2 +- include/opcode/arm.h | 8 +- opcodes/arm-dis.c | 179 +------ 23 files changed, 47 insertions(+), 2466 deletions(-) delete mode 100644 gas/testsuite/gas/arm/attr-mfpu-maverick.d delete mode 100644 gas/testsuite/gas/arm/maverick.c delete mode 100644 gas/testsuite/gas/arm/maverick.d delete mode 100644 gas/testsuite/gas/arm/maverick.s delete mode 100644 gas/testsuite/gas/arm/note-march-ep9312.d delete mode 100644 gas/testsuite/gas/arm/note-march-ep9312.s