Enhance objdump's --disassemble switch so that it can now take an optional parameter...
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / strip-13rela.s
CommitLineData
f3185997
NC
1 .text
2foo:
3 .dc.l 0x12345678
4
8c9604b6 5 .section .rela.text,""
506b86a4
AM
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.067899 seconds and 4 git commands to generate.