blob: c32ffd695682c70a006e5d851f443e509ac5c3b6 [file]
# Linker script used by jump-table-pic-conflict.s test.
# .rodata needs to appear before .text
SECTIONS
{
. = 0x201120;
.rodata : { *(.rodata) }
.eh_frame : { *(.eh_frame) }
.text : { *(.text) }
}