mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
6a2619f953
With this change all gas and most ld tests pass when configured for arm-linux. It doesn't look like these configurations have been tested in a long time but this attempts to stem the bit-rot slightly. gas/testsuite/ChangeLog: 2014-07-10 Will Newton <will.newton@linaro.org> * gas/arm/bl-local-2.d: Only enable the test on EABI and NaCl configurations. * gas/arm/bl-local-v4t.d: Likewise. * gas/arm/blx-local.d: Likewise. * gas/arm/branch-reloc.d: Likewise. ld/testsuite/ChangeLog: 2014-07-10 Will Newton <will.newton@linaro.org> * ld-arm/arm-elf.exp (armelftests_nonacl): Move Cortex-A8 fix tests, IFUNC tests and other EABI requiring tests to... (armeabitests_nonacl): ...here. * ld-arm/arm-app-abs32.d: Loosen regex for architecture type to allow test to pass on configurations without an attributes section. * ld-arm/arm-app.d: Likewise. * ld-arm/arm-lib-plt32.d: Likewise. * ld-arm/arm-lib.d: Likewise. * ld-arm/arm-static-app.d: Likewise. * ld-arm/armthumb-lib.d: Likewise. * ld-arm/cortex-a8-far.d: Likewise. * ld-arm/farcall-mixed-app.d: Likewise. * ld-arm/farcall-mixed-lib-v4t.d: Likewise. * ld-arm/farcall-mixed-lib.d: Likewise. * ld-arm/mixed-app-v5.d: Likewise. * ld-arm/mixed-app.d: Likewise. * ld-arm/mixed-lib.d: Likewise. * ld-arm/tls-app.d: Likewise. * ld-arm/tls-descrelax-be32.d: Likewise. * ld-arm/tls-descrelax.d: Likewise. * ld-arm/tls-descseq.d: Likewise. * ld-arm/tls-gdesc-got.d: Likewise. * ld-arm/tls-gdesc.d: Likewise. * ld-arm/tls-gdierelax.d: Likewise. * ld-arm/tls-gdierelax2.d: Likewise. * ld-arm/tls-gdlerelax.d: Likewise. * ld-arm/tls-lib-loc.d: Likewise. * ld-arm/tls-lib.d: Likewise. * ld-arm/tls-thumb1.d: Likewise.
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
#target: *-*-*eabi* *-*-nacl*
|
|
|
|
.*: file format .*
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
00000000 <two>:
|
|
0: f000 c802 blx 800008 <__far_fn_from_thumb>
|
|
...
|
|
#...
|
|
00800008 <__far_fn_from_thumb>:
|
|
800008: e51ff004 ldr pc, \[pc, #-4\] ; 80000c <__far_fn_from_thumb\+0x4>
|
|
80000c: 7fff0000 .word 0x7fff0000
|
|
|
|
00800010 <three>:
|
|
800010: f001 e802 blx 801018 <__far_fn1_from_thumb>
|
|
800014: f001 e804 blx 801020 <__far_fn2_from_thumb>
|
|
...
|
|
800ff8: bf00 nop
|
|
|
|
00800ffa <label1>:
|
|
800ffa: ea81 0002 eor.w r0, r1, r2
|
|
800ffe: f000 b813 b.w 801028 <__far_fn2_from_thumb\+0x8>
|
|
801002: ea81 0002 eor.w r0, r1, r2
|
|
801006: ea81 0002 eor.w r0, r1, r2
|
|
80100a: f7ff bff6 b.w 800ffa <label1>
|
|
80100e: ea81 0002 eor.w r0, r1, r2
|
|
801012: ea81 0002 eor.w r0, r1, r2
|
|
...
|
|
|
|
00801018 <__far_fn1_from_thumb>:
|
|
801018: e51ff004 ldr pc, \[pc, #-4\] ; 80101c <__far_fn1_from_thumb\+0x4>
|
|
80101c: 80000000 .word 0x80000000
|
|
|
|
00801020 <__far_fn2_from_thumb>:
|
|
801020: e51ff004 ldr pc, \[pc, #-4\] ; 801024 <__far_fn2_from_thumb\+0x4>
|
|
801024: 80000004 .word 0x80000004
|
|
801028: d001 beq.n 80102e <__far_fn2_from_thumb\+0xe>
|
|
80102a: f7ff bfea b.w 801002 <label1\+0x8>
|
|
80102e: f7ff bfe4 b.w 800ffa <label1>
|