]> code.ossystems Code Review - openembedded-core.git/commit
binutils: relocatable SDK: change PT_INTERP section size
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 31 Jul 2012 08:49:34 +0000 (11:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Aug 2012 14:22:45 +0000 (15:22 +0100)
commit9bf657bbdfe7c1a9dff1cc121eab496e3e407197
tree6d889fac1ccd8ff42139fd7904b7b40c4a242a79
parent6be55d36333e0c81a4926332d036246d28d995c4
binutils: relocatable SDK: change PT_INTERP section size

This patch is needed so that all SDK binaries have the PT_INTERP section
size set to 4096 (max path size in Linux) in order to be able to parse
the binaries later and change the interpreter to the path we want.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils-crosssdk_2.22.bb
meta/recipes-devtools/binutils/binutils/relocatable_sdk.patch [new file with mode: 0644]