or1k: modified linkcmds.base to add gdb-inlined script support

This commit is contained in:
the-m3chanic
2024-07-08 22:36:58 +05:30
committed by Amar Takhar
parent aea2f38500
commit 53c2dc6b7a

View File

@@ -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) }
}