7df76b802e
* arm-dis.c (coprocessor_opcodes): Disassemble VFP instructions using unified syntax. gas/testsuite: * gas/arm/group-reloc-ldc.d: Disassembly of VFP instructions now uses unified syntax. * gas/arm/vfp-non-overlap.d: Likewise. * gas/arm/vfp-neon-syntax.d: Likewise. * gas/arm/vfp-neon-syntax_t2.d: Likewise. * gas/arm/vfp1.d: Likewise. * gas/arm/vfp1_t2.d: Likewise. * gas/arm/vfp1xD.d: Likewise. * gas/arm/vfp1xD_t2.d: Likewise. * gas/arm/vfp2.d: Likewise. * gas/arm/vfp2_t2.d: Likewise. * gas/arm/vfpv3-32drs.d: Likewise. * gas/arm/vfpv3-const-conv.d: Likewise. ld/testsuite: * ld-arm/vfp11-fix-scalar.d: Disassembly of VFP instructions now uses unified syntax. * ld-arm/vfp11-fix-vector.d: Likewise.
16 lines
406 B
Makefile
16 lines
406 B
Makefile
|
|
.*: .*file format elf32-(big|little)arm
|
|
|
|
Disassembly of section \.text:
|
|
|
|
00008000 <_start>:
|
|
8000: 0a000002 beq 8010 <__vfp11_veneer_0>
|
|
|
|
00008004 <__vfp11_veneer_0_r>:
|
|
8004: e1a02003 mov r2, r3
|
|
8008: ed927a00 (vldr|flds) s14, \[r2\]
|
|
800c: e12fff1e bx lr
|
|
|
|
00008010 <__vfp11_veneer_0>:
|
|
8010: 0e474a20 (vmlaeq\.f32|fmacseq) s9, s14, s1
|
|
8014: eafffffa b 8004 <__vfp11_veneer_0_r>
|