summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/ceetm/ceetm_git.bb
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-02-12 15:54:18 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-03-31 13:17:05 +0800
commit4c8cd553f9de56379e2b6502ceb996521e2d6a20 (patch)
treed1223a24987ac002566fc5ed9d5459eb6896c8d5 /recipes-kernel/ceetm/ceetm_git.bb
parent61df8be41c952bcb81ab2799e5772a34b8788d43 (diff)
downloadmeta-fsl-ppc-4c8cd553f9de56379e2b6502ceb996521e2d6a20.tar.gz
u-boot-qoriq: fix the build issue with binutils-2.25
Remove _GLOBAL_OFFSET_TABLE_ definition from u-boot/mpc85xx/u-boot*.lds In binutils-2.25, the _GLOBAL_OFFSET_TABLE_ symbols defined by PROVIDE in u-boot.lds overrides the linker built-in symbols (https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=b893397a4b1316610f49819344817715e4305de9), so the linker is treating _GLOBAL_OFFSET_TABLE_ as a definition into the .reloc section. To align with the change of binutils-2.25, the _GLOBAL_OFFSET_TABLE_ symbol should not be defined in sections, and the symbols in linker generated .got section should be used(https://sourceware.org/ml/binutils/2008-09/msg00122.html). Fixed the following build errors with binutils-2.25: | powerpc-poky-linux-gnuspe-ld.bfd: _GLOBAL_OFFSET_TABLE_ not defined in linker created .got [YOCTO #7145] Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-kernel/ceetm/ceetm_git.bb')
0 files changed, 0 insertions, 0 deletions