forked from Imagelibrary/rtems
riscv: modified linkcmdsbase.yml to add new section for gdb-inlined script
This commit is contained in:
committed by
Amar Takhar
parent
51241988ac
commit
a148c94c73
@@ -387,6 +387,10 @@ content: |
|
||||
.debug_rnglists 0 : { *(.debug_rnglists) }
|
||||
.debug_str_offsets 0 : { *(.debug_str_offsets) }
|
||||
.debug_sup 0 : { *(.debug_sup) }
|
||||
|
||||
/* Addition to let linker know about custom section for GDB pretty-printing support. */
|
||||
.debug_gdb_scripts 0 : { *(.debug_gdb_scripts) }
|
||||
|
||||
.riscv.attributes 0 : { KEEP (*(.riscv.attributes)) KEEP (*(.gnu.attributes)) }
|
||||
/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
|
||||
.shstrtab 0 : { *(.shstrtab) }
|
||||
|
||||
Reference in New Issue
Block a user