mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 23:47:19 +08:00
sparc: modified linkcmds.base to add new section for GDB pretty-printing
This commit is contained in:
committed by
Amar Takhar
parent
a9b39c800c
commit
065155b421
@@ -210,4 +210,7 @@ SECTIONS
|
||||
{
|
||||
[ .stabstr ]
|
||||
}
|
||||
|
||||
/* Addition to let linker know about custom section for GDB pretty-printing support. */
|
||||
.debug_gdb_scripts 0 : { *(.debug_gdb_scripts) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user