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

This commit is contained in:
the-m3chanic
2024-08-05 21:29:58 +00:00
committed by Amar Takhar
parent a9b39c800c
commit 065155b421
+3
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) }
}