Re: [PATCH]: Allow the use of i386/darwin with ELF

2015-12-14 Thread Konstantin Tokarev via cfe-commits
13.12.2015, 17:54, "Luboš Doležel via cfe-commits" : > Hello, > > I'm the developer of Darling, a translation layer for running OS X > binaries on Linux. > > I'm facing many difficulties due to the following differences in i386 > ABI between Darwin and Linux: > > * size_t on Darwin/i386 is 'unsig

Re: [PATCH]: Allow the use of i386/darwin with ELF

2015-12-14 Thread Rafael Espíndola via cfe-commits
It at least needs a testcase. Cheers, Rafael On 13 December 2015 at 09:53, Luboš Doležel wrote: > Hello, > > I'm the developer of Darling, a translation layer for running OS X > binaries on Linux. > > I'm facing many difficulties due to the following differences in i386 > ABI between Darwin and

[PATCH]: Allow the use of i386/darwin with ELF

2015-12-13 Thread Luboš Doležel via cfe-commits
Hello, I'm the developer of Darling, a translation layer for running OS X binaries on Linux. I'm facing many difficulties due to the following differences in i386 ABI between Darwin and Linux: * size_t on Darwin/i386 is 'unsigned long', but Linux/i386 uses 'unsigned int' (=> different mangled na