diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-10 04:34:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-10 04:34:39 +0000 |
commit | ec2d9b29273a260dad374eca5bbe2f7922d0bfde (patch) | |
tree | 2156cd6930f0b4701cbf590d22149f1d463670d7 /ld/scripttempl/aix.sc | |
parent | d4780e57f540e6c89da1cfef35666ae3f20d26a8 (diff) | |
download | gdb-ec2d9b29273a260dad374eca5bbe2f7922d0bfde.zip gdb-ec2d9b29273a260dad374eca5bbe2f7922d0bfde.tar.gz gdb-ec2d9b29273a260dad374eca5bbe2f7922d0bfde.tar.bz2 |
Revert 2009-09-28 changes.
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 722e337..d592dbe 100644 --- a/ld/scripttempl/aix.sc +++ b/ld/scripttempl/aix.sc @@ -12,7 +12,7 @@ SECTIONS .pad 0 : { *(.pad) } . = 0x10000000; - .text : { + .text ${RELOCATING-0} : { ${RELOCATING+PROVIDE (_text = .);} *(.text) *(.pr) |