mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-15 13:48:26 +08:00
Ensure that the text segment is aligned on disk when using --rosegment.
This commit is contained in:
@@ -372,7 +372,7 @@ if test -z "$TINY_READONLY_SECTION"; then
|
||||
*ro*textonly*)
|
||||
ALL_TEXT_BEFORE_RO=" "
|
||||
SEPARATE_TEXT=" "
|
||||
TEXT_SEGMENT_ALIGN=
|
||||
TEXT_SEGMENT_ALIGN=". = ALIGN(${MAXPAGESIZE});"
|
||||
;;
|
||||
*textonly*)
|
||||
SEPARATE_TEXT=" "
|
||||
|
||||
Reference in New Issue
Block a user