forked from Imagelibrary/rtems
m68k: modified linkcmds.base to add new section for GDB pretty-printing
This commit is contained in:
committed by
Amar Takhar
parent
9f559735c1
commit
2ba6a3bbda
@@ -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_*) }
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user