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 d592dbe..722e337 100644 --- a/ld/scripttempl/aix.sc +++ b/ld/scripttempl/aix.sc @@ -12,7 +12,7 @@ SECTIONS .pad 0 : { *(.pad) } . = 0x10000000; - .text ${RELOCATING-0} : { + .text : { ${RELOCATING+PROVIDE (_text = .);} *(.text) *(.pr) |