forked from Imagelibrary/rtems
or1k: modified linkcmds.base to add gdb-inlined script support
This commit is contained in:
committed by
Amar Takhar
parent
aea2f38500
commit
53c2dc6b7a
@@ -317,4 +317,7 @@ SECTIONS {
|
||||
RamEnd = RamBase + RamSize;
|
||||
WorkAreaBase = bsp_section_work_begin;
|
||||
HeapSize = 0;
|
||||
|
||||
/* Addition to let linker know about custom section for GDB pretty-printing support. */
|
||||
.debug_gdb_scripts 0 : { *(.debug_gdb_scripts) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user