aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/strip-13rel.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/strip-13rel.s')
-rw-r--r--binutils/testsuite/binutils-all/strip-13rel.s12
1 files changed, 7 insertions, 5 deletions
diff --git a/binutils/testsuite/binutils-all/strip-13rel.s b/binutils/testsuite/binutils-all/strip-13rel.s
index de7eae1..f708f6f 100644
--- a/binutils/testsuite/binutils-all/strip-13rel.s
+++ b/binutils/testsuite/binutils-all/strip-13rel.s
@@ -3,8 +3,10 @@ foo:
.dc.l 0x12345678
.section .rel.text
- .dc.a 0
- .dc.a 0x0000008f
-
- .dc.a 0
- .dc.a 0
+ .ifdef ELF64
+ .8byte 0
+ .8byte RELOC
+ .else
+ .4byte 0
+ .4byte RELOC
+ .endif