summaryrefslogtreecommitdiffstats
path: root/board/ivm
diff options
context:
space:
mode:
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>2011-04-20 14:22:59 +0200
committerWolfgang Denk <wd@denx.de>2011-04-20 22:03:13 +0200
commit9d8fbd1b20e262a4cfc5da4ee64aebff443d2be8 (patch)
tree149e3882228e08f5059bdb0f7898e9ccdd037a87 /board/ivm
parent73e5476e1edf1b860dbd9b5fc21ef32ac1b551ba (diff)
downloadblackbird-obmc-uboot-9d8fbd1b20e262a4cfc5da4ee64aebff443d2be8.tar.gz
blackbird-obmc-uboot-9d8fbd1b20e262a4cfc5da4ee64aebff443d2be8.zip
powerpc, 8xx: Fixup all 8xx u-boot.lds scripts
8xx was left behind when fixing up powerpc linking scripts to support -fpic. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Diffstat (limited to 'board/ivm')
-rw-r--r--board/ivm/u-boot.lds5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/ivm/u-boot.lds b/board/ivm/u-boot.lds
index ff7012afbc..1e843eb24e 100644
--- a/board/ivm/u-boot.lds
+++ b/board/ivm/u-boot.lds
@@ -47,13 +47,14 @@ SECTIONS
PROVIDE (erotext = .);
.reloc :
{
- KEEP(*(.got))
_GOT2_TABLE_ = .;
KEEP(*(.got2))
+ KEEP(*(.got))
+ PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
_FIXUP_TABLE_ = .;
KEEP(*(.fixup))
}
- __got2_entries = (_FIXUP_TABLE_ - _GOT2_TABLE_) >>2;
+ __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
__fixup_entries = (. - _FIXUP_TABLE_)>>2;
.data :
OpenPOWER on IntegriCloud