Adjust some strip testcases to silence h8300 warnings
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / strip-15rel.s
1 .text
2 foo:
3 .dc.l 0x12345678
4
5 .section .rel.text,""
6 .ifdef ELF64
7
8 .dc.a 0
9 .dc.a 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 RELOC
20
21 .dc.l 0
22 .dc.l 0
23 .endif
This page took 0.03367 seconds and 4 git commands to generate.