diff options
Diffstat (limited to 'src/arch/x86/failover.ld')
-rw-r--r-- | src/arch/x86/failover.ld | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/failover.ld b/src/arch/x86/failover.ld index 94d5263bfb..bbff36e4fa 100644 --- a/src/arch/x86/failover.ld +++ b/src/arch/x86/failover.ld @@ -43,6 +43,9 @@ SECTIONS *(.rom.text); *(.rom.data); *(.rom.data.*); + *(.text); + *(.text.*); + *(.rodata); *(.rodata.*); _erom = .; } >rom = 0xff @@ -65,6 +68,7 @@ SECTIONS *(.note) *(.comment.*) *(.note.*) + *(.eh_frame) *(.iplt) *(.rel.*) *(.igot.*) |