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
pull/2158/head
David Nadlinger 2023-08-06 08:33:01 +08:00 committed by Sébastien Bourdeauducq
parent 4d636ea593
commit 8acfa82586
1 changed files with 0 additions and 10 deletions

View File

@ -35,16 +35,6 @@ SECTIONS
*(.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.*)