https://sourceware.org/bugzilla/show_bug.cgi?id=23746

--- Comment #4 from romain margheriti <lilrom13 at gmail dot com> ---
So, I found a solution.

The trouble is that clang-1000.11.45.2 brings a new command `LC_BUILD_VERSION`
inside o-mach file that isn't wet interpreted by bfd.

I esealy fixed this issue adding `BFD_MACH_O_LC_BUILD_VERSION = 0x32` to
`include/mach-o/loader.h` line 189 and `case
BFD_MACH_O_LC_BUILD_VERSION:break;` to `bfd/mach-o.c` line 4649.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to