Ensure that the text segment is aligned on disk when using --rosegment.

This commit is contained in:
Nick Clifton
2024-06-18 09:15:04 +01:00
parent c7e4521c97
commit 7b74583e2c

View File

@@ -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=" "