bsp/gen5200: Add section for GDB pretty-printing

This commit is contained in:
Sebastian Huber
2024-08-08 05:37:16 +02:00
parent 3211cba9f9
commit 89002394dd
@@ -356,6 +356,9 @@ SECTIONS {
.debug_sup 0 : { *(.debug_sup) }
.gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/* 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)
}