osxcross/patches/cctools-ld64-3.patch
Thomas Pöchtrager d502ab0138 use a nifty preprocessor trick to workaround the __block issue in unistd.h
get rid of the  || exit 1  in build.sh by using  set -e
2014-03-26 20:29:50 +01:00

11 lines
402 B
Diff

--- ld64/src/ld/parsers/macho_relocatable_file.cpp 2013-11-11 20:31:31.178808527 +0100
+++ ld64/src/ld/parsers/macho_relocatable_file.cpp 2013-11-11 20:31:39.126808228 +0100
@@ -3709,6 +3709,7 @@
template <typename A>
void CFISection<A>::warnFunc(void* ref, uint64_t funcAddr, const char* msg)
{
+ return;
Parser<A>* parser = (Parser<A>*)ref;
if ( ! parser->convertUnwindInfo() )
return;