]> code.ossystems Code Review - openembedded-core.git/commit
ldconfig-native: fix a endian-ness bug
authorShan Hai <shan.hai@windriver.com>
Fri, 24 Oct 2014 06:05:36 +0000 (14:05 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:07 +0000 (10:17 +0000)
commit7799b884f57642a48f9ed9a829a176d83b474516
treed6b4372b91c4125904be3151551d1f732e9396bd
parent97567bfc23f925d9644b776cc885f56aa7ff983f
ldconfig-native: fix a endian-ness bug

Some header fields of ELF were read with wrong size on 64bit
big-endian machine, fix it by reading the fields with read64
instead of read32.

(From OE-Core rev: adbf0b1fdf897076e5e3dec2443c8927f315c2e6)

Signed-off-by: Par Olsson <Par.Olsson@windriver.com>
Signed-off-by: Shan Hai <shan.hai@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch [new file with mode: 0644]
meta/recipes-core/glibc/ldconfig-native_2.12.1.bb