Adjust some strip testcases to silence h8300 warnings
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / strip-14rel.s
CommitLineData
3f97ba9f
MR
1 .text
2foo:
3 .dc.l 0x12345678
4
8c9604b6 5 .section .rel.text,""
3f97ba9f
MR
6 .ifdef ELF64
7
8 .dc.a 0
9 .dc.a 0x000ffff000000000 + RELOC
10
11 .dc.a 0
12 .dc.a 0
13 .else
14
15 # Some targets, such as `m68hc11-*', use 16-bit addresses.
16 # With them `.dc.a' emits 16-bit quantities, so we need to use
17 # `.dc.l' for 32-bit relocation data.
18 .dc.l 0
19 .dc.l 0x0ffff000 + RELOC
20
21 .dc.l 0
22 .dc.l 0
23 .endif
This page took 0.056879 seconds and 4 git commands to generate.