mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 17:11:52 +08:00
aarch64: modified linkcmds.base to add new section for GDB pretty-printing
This commit is contained in:
committed by
Amar Takhar
parent
a54f06b678
commit
489ef84549
@@ -425,6 +425,10 @@ SECTIONS {
|
||||
.debug_sup 0 : { *(.debug_sup) }
|
||||
.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
|
||||
.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
|
||||
|
||||
/* Addition to let linker know about custom section for GDB pretty-printing support. */
|
||||
.debug_gdb_scripts 0 : { *(.debug_gdb_scripts) }
|
||||
|
||||
/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user