diff options
author | Renlin Li <renlin.li@arm.com> | 2016-02-24 14:51:12 +0000 |
---|---|---|
committer | Renlin Li <renlin.li@arm.com> | 2016-02-24 15:01:07 +0000 |
commit | 92d77487b3dbfd934c5565bab09e0f3051e0b08d (patch) | |
tree | 129937fb20e6794e744ff7269cb4a1decd4beaed /ld/testsuite/ld-aarch64 | |
parent | d54af2d07039335c18239bd5eb2e93847f535d37 (diff) | |
download | gdb-92d77487b3dbfd934c5565bab09e0f3051e0b08d.zip gdb-92d77487b3dbfd934c5565bab09e0f3051e0b08d.tar.gz gdb-92d77487b3dbfd934c5565bab09e0f3051e0b08d.tar.bz2 |
Revert "ABS32"
This reverts commit 30bdf5c82e5734ac9f0b18eb7af631806d419270.
Diffstat (limited to 'ld/testsuite/ld-aarch64')
-rw-r--r-- | ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/relocs-258-dyn.d | 8 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/relocs-258-dyn.s | 8 |
3 files changed, 0 insertions, 17 deletions
diff --git a/ld/testsuite/ld-aarch64/aarch64-elf.exp b/ld/testsuite/ld-aarch64/aarch64-elf.exp index 65a0549..d0b33cf 100644 --- a/ld/testsuite/ld-aarch64/aarch64-elf.exp +++ b/ld/testsuite/ld-aarch64/aarch64-elf.exp @@ -185,7 +185,6 @@ run_dump_test "farcall-bl-none-function" run_dump_test "farcall-b-section" run_dump_test "farcall-bl-section" -run_dump_test "relocs-258-dyn" run_dump_test "tls-relax-all" run_dump_test "tls-relax-gd-le" run_dump_test "tls-relax-gdesc-le" diff --git a/ld/testsuite/ld-aarch64/relocs-258-dyn.d b/ld/testsuite/ld-aarch64/relocs-258-dyn.d deleted file mode 100644 index 4b769b7..0000000 --- a/ld/testsuite/ld-aarch64/relocs-258-dyn.d +++ /dev/null @@ -1,8 +0,0 @@ -#source: relocs-258-dyn.s -#ld: --defsym dummy=0x45034 -T aarch64.ld -shared -#readelf: -Wr - -Relocation section '\.rela\.dyn' at offset 0x8080 contains 2 entries: - Offset Info Type Symbol's Value Symbol's Name \+ Addend -0000000000008010 0000000000000403 R_AARCH64_RELATIVE 800c -000000000000800c 0000000200000102 R_AARCH64_ABS32 0000000000045034 dummy \+ 0 diff --git a/ld/testsuite/ld-aarch64/relocs-258-dyn.s b/ld/testsuite/ld-aarch64/relocs-258-dyn.s deleted file mode 100644 index 91d4738..0000000 --- a/ld/testsuite/ld-aarch64/relocs-258-dyn.s +++ /dev/null @@ -1,8 +0,0 @@ -.text - ldr x0, .LC0 - ldr x0, .LC1 - ret -.LC0: - .word dummy -.LC1: - .word .LC0 |