sparc: modified linkcmds.base to add new section for GDB pretty-printing

This commit is contained in:
the-m3chanic
2024-07-03 02:46:40 +05:30
committed by Amar Takhar
parent a9b39c800c
commit 065155b421

View File

@@ -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) }
}