Sign in
llvm
/
llvm-project
/
dda73336ad22bd0b5ecda17040c50fb10fcbe5fb
/
.
/
bolt
/
test
/
X86
/
Inputs
/
jt-pic-linkerscript.ld
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
)
}
}