binutils testsuite strip-13 test
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / strip-13rela.s
1 .text
2 foo:
3 .dc.l 0x12345678
4
5 .section .rela.text
6 .ifdef ELF64
7 .8byte 0
8 .8byte RELOC
9 .8byte 0
10 .else
11 .4byte 0
12 .4byte RELOC
13 .4byte 0
14 .endif
This page took 0.029864 seconds and 4 git commands to generate.