forked from Imagelibrary/rtems
riscv: Add new offending input sections to the linker script
This commit is contained in:
@@ -372,6 +372,11 @@ SECTIONS {
|
|||||||
.debug_addr 0 : { *(.debug_addr) }
|
.debug_addr 0 : { *(.debug_addr) }
|
||||||
.gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
.gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
||||||
/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
|
/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
|
||||||
|
.shstrtab 0 : { *(.shstrtab) }
|
||||||
|
.strtab 0 : { *(.strtab) }
|
||||||
|
.symtab 0 : { *(.symtab) }
|
||||||
|
.symtab_shndx 0 : { *(.symtab_shndx) }
|
||||||
|
__cap_relocs 0 : { *(__cap_relocs) }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is a RTEMS specific section to catch all unexpected input
|
* This is a RTEMS specific section to catch all unexpected input
|
||||||
|
|||||||
Reference in New Issue
Block a user