]> code.ossystems Code Review - openembedded-core.git/commit
binutils: Let crosssdk gold linker generate 4096 btyes long .interp section
authorKhem Raj <raj.khem@gmail.com>
Thu, 20 Aug 2020 08:01:13 +0000 (01:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Aug 2020 13:29:06 +0000 (14:29 +0100)
commitf856b5f38263251bc48af8ba0da3385c09663d38
treed8a83461cfe559a7591b6da49d2e2cd6124a3f72
parent1a2d05b504c7a6f5a917cb2e7d026e57bb2daf8f
binutils: Let crosssdk gold linker generate 4096 btyes long .interp section

When gold is used as default linker in crosssdk e.g. when building SDK
binaries with LTO, the binaries do not have large enough .interp
section size and SDK relocation fails for those nativesdk binaries and libraries
which used gold for linking. This patch extends the .interp relaxation
fix to gold

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch