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

This commit is contained in:
the-m3chanic
2024-07-03 02:46:08 +05:30
committed by Amar Takhar
parent 9f559735c1
commit 2ba6a3bbda

View File

@@ -336,6 +336,10 @@ SECTIONS {
.debug_rnglists 0 : { *(.debug_rnglists) }
.debug_str_offsets 0 : { *(.debug_str_offsets) }
.debug_sup 0 : { *(.debug_sup) }
/* 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_*) }
/*