forked from M-Labs/artiq
ksupport: Remove unused sections from linker script [nfc]
We no longer build ksupport.ld in a position-independent fashion, and the reference to the ld.bfd _GLOBAL_OFFSET_TABLE issue was just a distraction
This commit is contained in:
parent
4d636ea593
commit
8acfa82586
|
@ -35,16 +35,6 @@ SECTIONS
|
||||||
*(.text .text.*)
|
*(.text .text.*)
|
||||||
} :text
|
} :text
|
||||||
|
|
||||||
/* https://sourceware.org/bugzilla/show_bug.cgi?id=20475 */
|
|
||||||
.got : {
|
|
||||||
PROVIDE(_GLOBAL_OFFSET_TABLE_ = .);
|
|
||||||
*(.got)
|
|
||||||
} :text
|
|
||||||
|
|
||||||
.got.plt : {
|
|
||||||
*(.got.plt)
|
|
||||||
} :text
|
|
||||||
|
|
||||||
.rodata :
|
.rodata :
|
||||||
{
|
{
|
||||||
*(.rodata .rodata.*)
|
*(.rodata .rodata.*)
|
||||||
|
|
Loading…
Reference in New Issue