diff --git a/artiq/firmware/ksupport/ksupport.ld b/artiq/firmware/ksupport/ksupport.ld index 66b159f13..24c4d2524 100644 --- a/artiq/firmware/ksupport/ksupport.ld +++ b/artiq/firmware/ksupport/ksupport.ld @@ -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.*)