osxcross/patches/ld64-3.patch
Thomas Pöchtrager 55ae02b117 support building a gcc as well
rename the project to osxcross
bump version to 0.4
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;