AArch64/Arm: Update testcases fixing endiannes and linux targets
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / strip-13rel.s
... / ...
CommitLineData
1 .text
2foo:
3 .dc.l 0x12345678
4
5 .section .rel.text,""
6 .ifdef ELF64
7 .8byte 0
8 .8byte RELOC
9 .else
10 .4byte 0
11 .4byte RELOC
12 .endif
This page took 0.022433 seconds and 4 git commands to generate.