11 lines · plain
1# Linker script used by jump-table-pic-conflict.s test.2# .rodata needs to appear before .text3 4SECTIONS5{6 . = 0x201120;7 .rodata : { *(.rodata) }8 .eh_frame : { *(.eh_frame) }9 .text : { *(.text) }10}11 1# Linker script used by jump-table-pic-conflict.s test.2# .rodata needs to appear before .text3 4SECTIONS5{6 . = 0x201120;7 .rodata : { *(.rodata) }8 .eh_frame : { *(.eh_frame) }9 .text : { *(.text) }10}11