|
From: Torsten L. <ml-...@en...> - 2011-11-22 15:19:52
|
Hello valgrind developers, my apologies in advance about this slightly off-topic post. I'm currently recompiling a linux distribution for an embedded device with a Geode LX processor which can't handle all i686 instructions. Now, everything seems to work ok, but there's this nagging feeling there could still be binaries with i686 instructions in the result, making my fine product go "Illegal instruction" and crash. Since valgrind "parses" binaries while instrumenting them, I figured you had perhaps some ideas how I could find out if there are such time bombs in my final tree. Any help would be greatly appreciated. Regards, Torsten |