]> git.ipfire.org Git - thirdparty/valgrind.git/commit
The linker in Fedora Rawhide seems to be using ELFOSABI_LINUX as
authorTom Hughes <tom@compton.nu>
Tue, 18 Aug 2009 14:12:48 +0000 (14:12 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 18 Aug 2009 14:12:48 +0000 (14:12 +0000)
commit6098f10fee83899afb5b4249fa034eebe016f073
tree9efc801b31b21926f7143630875caa9b9e735df9
parente2f2c8a07d2320e288289957c932ffe1ab88e469
The linker in Fedora Rawhide seems to be using ELFOSABI_LINUX as
the ABI in the ELF files it generates instead of ELFOSABI_SYSV as
has been used to date.

This was causing us to use the 64 bit backend to run 32 bit
programs as the launcher failed to identify them as 32 bit.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10841
coregrind/launcher-linux.c