mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Fixed alignment problem on _endtext.
This commit is contained in:
@@ -124,6 +124,7 @@ SECTIONS
|
||||
*(.fini)
|
||||
*(.lit)
|
||||
*(.shdata)
|
||||
. = ALIGN (16);
|
||||
_endtext = .;
|
||||
} > ram
|
||||
.dynamic : { *(.dynamic) } >ram
|
||||
|
||||
Reference in New Issue
Block a user