Adjust some strip testcases to silence h8300 warnings
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / strip-13rel.s
CommitLineData
f3185997
NC
1 .text
2foo:
3 .dc.l 0x12345678
4
8c9604b6 5 .section .rel.text,""
506b86a4
AM
6 .ifdef ELF64
7 .8byte 0
8 .8byte RELOC
9 .else
10 .4byte 0
11 .4byte RELOC
12 .endif
This page took 0.04714 seconds and 4 git commands to generate.