mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 10:24:49 +08:00
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