Fix failure in x86_64 linker tests when compiling with a PIE enabled compiler.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr18160.t
CommitLineData
b19a8f85
L
1OUTPUT_FORMAT(elf32-i386)
2ENTRY(start)
3SECTIONS
4{
5 .text : { *(.text*) }
6 .data : { *(.data.*) }
7 .bss : { *(.bss.*) }
8}
This page took 0.109633 seconds and 4 git commands to generate.