AArch64: Fix AArch64 disassembler mapping symbol search
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / strip-13rel.s
index de7eae1e3426fdf0bfa56f6e515840789997b94e..15c3a6165ea535d4a12a0e6e9fa13090adef182f 100644 (file)
@@ -2,9 +2,11 @@
 foo:
        .dc.l    0x12345678
 
-       .section .rel.text
-       .dc.a    0
-       .dc.a    0x0000008f
-
-       .dc.a    0
-       .dc.a    0
+       .section .rel.text,""
+ .ifdef ELF64
+       .8byte  0
+       .8byte  RELOC
+ .else
+       .4byte  0
+       .4byte  RELOC
+ .endif
This page took 0.024949 seconds and 4 git commands to generate.