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 2db414c36b4 Fix illegal memory access when bfd_get_section_contents is [...] new 7ea20ae702b arm: remove FPA related tests new 51c2c0f62bd arm: rename FPU_ARCH_VFP to FPU_ARCH_SOFTVFP new d3a79e28334 arm: default to softvfp on armv6 or later cores new be9943151ab arm: adjust FPU selection logic new e8cf93739c9 arm: redirect fp constant data directives through a wrapper new c27b73c5251 arm: change default FPUs from FPA to none new 44d174bcb63 arm: remove options to select the FPA new 01613db7875 arm: remove FPA instructions from assembler new 79171565998 arm: remove disassembly support for the FPA co-processor new 298bc2ea2ea arm: minor documentation cleanup given removal of FPA new ecc5fed7910 NEWS: arm: note that FPA support has been removed
The 11 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: binutils/NEWS | 4 + gas/config/tc-arm.c | 1056 ++++---------------- gas/config/te-armeabi.h | 2 +- gas/config/te-armfbsdvfp.h | 2 +- gas/config/te-armlinuxeabi.h | 2 +- gas/config/te-nacl.h | 2 +- gas/doc/c-arm.texi | 12 +- gas/testsuite/gas/all/gas.exp | 2 + gas/testsuite/gas/arm/attr-mfpu-arm7500fe.d | 11 - gas/testsuite/gas/arm/attr-mfpu-fpa.d | 11 - gas/testsuite/gas/arm/attr-mfpu-fpa10.d | 11 - gas/testsuite/gas/arm/attr-mfpu-fpa11.d | 11 - gas/testsuite/gas/arm/attr-mfpu-fpe.d | 11 - gas/testsuite/gas/arm/attr-mfpu-fpe2.d | 11 - gas/testsuite/gas/arm/attr-mfpu-fpe3.d | 11 - gas/testsuite/gas/arm/attr-mfpu-softfpa.d | 11 - gas/testsuite/gas/arm/attr-override-mcpu.s | 2 +- gas/testsuite/gas/arm/bfloat16-directive-be.d | 2 +- gas/testsuite/gas/arm/bfloat16-directive-le.d | 2 +- gas/testsuite/gas/arm/copro-arm_v2plus-arm_v2.d | 6 +- .../gas/arm/copro-thumb_v6t2plus-thumb_v6t2-1.d | 6 +- gas/testsuite/gas/arm/float.d | 131 --- gas/testsuite/gas/arm/float.s | 163 --- gas/testsuite/gas/arm/float16-bad.d | 1 + gas/testsuite/gas/arm/float16-be.d | 2 +- gas/testsuite/gas/arm/float16-format-opt-bad.d | 2 +- gas/testsuite/gas/arm/float16-le.d | 2 +- gas/testsuite/gas/arm/fp-directive-bad.d | 4 + gas/testsuite/gas/arm/fp-directive-bad.l | 7 + gas/testsuite/gas/arm/fp-directive.d | 9 + gas/testsuite/gas/arm/fp-directive.s | 7 + gas/testsuite/gas/arm/fp-save.d | 9 - gas/testsuite/gas/arm/fp-save.s | 4 - gas/testsuite/gas/arm/fpa-dyadic.d | 166 --- gas/testsuite/gas/arm/fpa-dyadic.s | 172 ---- gas/testsuite/gas/arm/fpa-mem.d | 34 - gas/testsuite/gas/arm/fpa-mem.s | 32 - gas/testsuite/gas/arm/fpa-monadic.d | 202 ---- gas/testsuite/gas/arm/fpa-monadic.s | 210 ---- .../gas/arm/group-reloc-ldc-encoding-bad.l | 192 ---- .../gas/arm/group-reloc-ldc-encoding-bad.s | 72 +- .../gas/arm/group-reloc-ldc-parsing-bad.l | 80 -- .../gas/arm/group-reloc-ldc-parsing-bad.s | 20 +- gas/testsuite/gas/arm/group-reloc-ldc.d | 336 ++----- gas/testsuite/gas/arm/group-reloc-ldc.s | 45 - gas/testsuite/gas/arm/le-fpconst.d | 11 - gas/testsuite/gas/arm/le-fpconst.s | 8 - include/opcode/arm.h | 12 +- opcodes/arm-dis.c | 197 +--- 49 files changed, 369 insertions(+), 2949 deletions(-) delete mode 100644 gas/testsuite/gas/arm/attr-mfpu-arm7500fe.d delete mode 100644 gas/testsuite/gas/arm/attr-mfpu-fpa.d delete mode 100644 gas/testsuite/gas/arm/attr-mfpu-fpa10.d delete mode 100644 gas/testsuite/gas/arm/attr-mfpu-fpa11.d delete mode 100644 gas/testsuite/gas/arm/attr-mfpu-fpe.d delete mode 100644 gas/testsuite/gas/arm/attr-mfpu-fpe2.d delete mode 100644 gas/testsuite/gas/arm/attr-mfpu-fpe3.d delete mode 100644 gas/testsuite/gas/arm/attr-mfpu-softfpa.d delete mode 100644 gas/testsuite/gas/arm/float.d delete mode 100644 gas/testsuite/gas/arm/float.s create mode 100644 gas/testsuite/gas/arm/fp-directive-bad.d create mode 100644 gas/testsuite/gas/arm/fp-directive-bad.l create mode 100644 gas/testsuite/gas/arm/fp-directive.d create mode 100644 gas/testsuite/gas/arm/fp-directive.s delete mode 100644 gas/testsuite/gas/arm/fp-save.d delete mode 100644 gas/testsuite/gas/arm/fp-save.s delete mode 100644 gas/testsuite/gas/arm/fpa-dyadic.d delete mode 100644 gas/testsuite/gas/arm/fpa-dyadic.s delete mode 100644 gas/testsuite/gas/arm/fpa-mem.d delete mode 100644 gas/testsuite/gas/arm/fpa-mem.s delete mode 100644 gas/testsuite/gas/arm/fpa-monadic.d delete mode 100644 gas/testsuite/gas/arm/fpa-monadic.s delete mode 100644 gas/testsuite/gas/arm/le-fpconst.d delete mode 100644 gas/testsuite/gas/arm/le-fpconst.s