summaryrefslogtreecommitdiffstats
path: root/board/tqc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-11-10 09:16:52 -0500
committerTom Rini <trini@konsulko.com>2015-11-10 09:20:29 -0500
commit7ff15aca1a5bbfcf2dfbc18ec7b031c482851f69 (patch)
tree0c7bd481dc6a8be05ee0d863c8f7a1bfdfcd9a6b /board/tqc
parentd89059beed2f6625f60c90a2f334e613998f9503 (diff)
downloadblackbird-obmc-uboot-7ff15aca1a5bbfcf2dfbc18ec7b031c482851f69.tar.gz
blackbird-obmc-uboot-7ff15aca1a5bbfcf2dfbc18ec7b031c482851f69.zip
powerpc: Finish updating u-boot*lds scripts for newer binutils
In 522b021 we dropped 'PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4)' lines in the mpc85xx linker scripts as this is not required and breaks newer binutils. This commit cleans up the rest of the powerpc linker scripts. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/tqc')
-rw-r--r--board/tqc/tqm8xx/u-boot.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/tqc/tqm8xx/u-boot.lds b/board/tqc/tqm8xx/u-boot.lds
index b77ae56c51..44dfafae29 100644
--- a/board/tqc/tqm8xx/u-boot.lds
+++ b/board/tqc/tqm8xx/u-boot.lds
@@ -47,7 +47,6 @@ SECTIONS
_GOT2_TABLE_ = .;
KEEP(*(.got2))
KEEP(*(.got))
- PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
_FIXUP_TABLE_ = .;
KEEP(*(.fixup))
}
OpenPOWER on IntegriCloud