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