o gcc shouldn't be necessary.
Am 04.01.2013 um 01:02 schrieb Tobias Netzel:
Found the problem:
The assembler generates a relocation of type LO14, meaning 14 bits
that represent bits 2 - 15 of the effective address (lowest two bits
are forced to zero), which is used for some types of 64 bit l
that relocation
type any more beginning with 10.4. After looking at the dyld sources
It seems LO16 should be used instead.
I'll see if I can fix the assembler.
Am 01.01.2013 um 22:06 schrieb Mike Stump:
On Jan 1, 2013, at 10:03 AM, Tobias Netzel > wrote:
Or do you have any oth
Hi Iain, Mike and Andrew,
I have been having issues compiling WebKit with mcpu=970 (or mcpu=G5)
without afterwards passing mno-powerpc64 or m32 in to explicitly turn
64 bit instructions off.
That was using Apple gcc 5666.3, which is Apples last published
version and based on 4.2.1 .
I also