]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/testsuite/binutils-all/strip-14rel.s
Remove unnecessary block from execute_fn_to_ui_file
[thirdparty/binutils-gdb.git] / binutils / testsuite / binutils-all / strip-14rel.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 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