Skip gc-sections if relocation is incompatible
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr18160.d
1 #as: --64
2 #ld: --gc-sections -melf_x86_64 -T pr18160.t
3 #objdump: -dw
4
5 .*: +file format elf32-i386
6
7
8 Disassembly of section .text:
9
10 0+ <start>:
11 [ ]*[a-f0-9]+: e9 00 00 00 00 jmp 5 <foo>
12
13 0+5 <foo>:
14 [ ]*[a-f0-9]+: c3 ret
This page took 0.03077 seconds and 5 git commands to generate.