diff options
Diffstat (limited to 'ld/scripttempl/aix.sc')
-rw-r--r-- | ld/scripttempl/aix.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/aix.sc b/ld/scripttempl/aix.sc index ce67f65..cdd3eac 100644 --- a/ld/scripttempl/aix.sc +++ b/ld/scripttempl/aix.sc @@ -24,7 +24,7 @@ SECTIONS *(.tb) ${RELOCATING+PROVIDE (_etext = .);} } - . = 0x20000000; + . = ALIGN (0x10000000); .data . : { ${RELOCATING+PROVIDE (_data = .);} *(.data) |