forked from Imagelibrary/rtems
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 ]
|
[ .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