mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 01:12:58 +08:00
Fix broken _endtext symbol
This commit is contained in:
@@ -128,9 +128,9 @@ SECTIONS
|
||||
*(_bsd_set_sysinit_*);
|
||||
_bsd__stop_set_sysinit_set = .;
|
||||
|
||||
bsp_section_rodata_end = .;
|
||||
. = ALIGN (16);
|
||||
_endtext = .;
|
||||
} >ram
|
||||
_endtext = .;
|
||||
.rela.dyn :
|
||||
{
|
||||
*(.rela.init)
|
||||
|
||||
Reference in New Issue
Block a user