diff options
author | Jiong Wang <jiong.wang@arm.com> | 2017-06-09 12:02:05 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2017-06-09 12:04:44 +0100 |
commit | dbb2bcd0059f8d91de5a792f8684c8908c316720 (patch) | |
tree | 4e5991d93fe69c0905e5a154d064305867edb951 /ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s | |
parent | fe7bb2d5ab1f47163f38d2070dc1e62c1920bb44 (diff) | |
download | gdb-dbb2bcd0059f8d91de5a792f8684c8908c316720.zip gdb-dbb2bcd0059f8d91de5a792f8684c8908c316720.tar.gz gdb-dbb2bcd0059f8d91de5a792f8684c8908c316720.tar.bz2 |
Revert "[AArch64] Allow COPY relocation elimination"
This reverts commit bc327528fd2ccdc6c29ab6ae608085dddbad5cc8.
This patch can only be committed after PC-relative relocation types
support on copy relocation elimination is also completed.
Diffstat (limited to 'ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s')
-rw-r--r-- | ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s b/ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s deleted file mode 100644 index 33227aa..0000000 --- a/ld/testsuite/ld-aarch64/copy-reloc-exe-eliminate.s +++ /dev/null @@ -1,7 +0,0 @@ - .global p - .section .data.rel.ro,"aw",%progbits - .align 3 - .type p, %object - .size p, 8 -p: - .xword global_a |