]> git.ipfire.org Git - thirdparty/valgrind.git/commit
On OSX, post-process the tool executables to adjust the Mach-O headers
authorJulian Seward <jseward@acm.org>
Wed, 6 Apr 2011 11:17:16 +0000 (11:17 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 6 Apr 2011 11:17:16 +0000 (11:17 +0000)
commitdca5c116bbd23b57e85a94ad3e936dd0ae6efef6
tree70b7619ea1119e28bc5e27e31b52a47164057d79
parent7970c3d273d0d8f1af1b5752455887637d40f9a4
On OSX, post-process the tool executables to adjust the Mach-O headers
in certain circumstances.  This works around a bug in the linker that
ships in Xcode 4.0.0 and 4.0.1 causing the 64-bit tool executables to
segfault at startup.  Fixes #267997.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11686
coregrind/Makefile.am
coregrind/fixup_macho_loadcmds.c [new file with mode: 0644]
coregrind/link_tool_exe_darwin.in