Re: [PATCH] Support powerpc64le-linux platform

2013-12-08 Thread Torbjorn Granlund
Ulrich Weigand ulrich.weig...@de.ibm.com writes: Testing cpp symbols for ABI version makes me a bit nervous. Such things can easily get out-of-synch. It might be more resilient to check a generated object. Well, the _CALL_ELF check is what we use for all other packages that

Re: [PATCH] Support powerpc64le-linux platform

2013-12-06 Thread Torbjorn Granlund
Ulrich Weigand uweig...@de.ibm.com writes: this patch updates GMP to support the little-endian PowerPC64 platform (powerpc64le-linux). This requires two changes: - Update configfsf.guess/sub to current upstream versions. I think Niels volunteered to do that... - Change

Re: [PATCH] Support powerpc64le-linux platform

2013-12-04 Thread Niels Möller
Ulrich Weigand uweig...@de.ibm.com writes: - Update configfsf.guess/sub to current upstream versions. We should definitely do that, independent of the other fixes. Please remind if we don't get to that within a week or so (I can't do it right away). - Change mpn/powerpc64/elf.m4 to generate

[PATCH] Support powerpc64le-linux platform

2013-12-03 Thread Ulrich Weigand
Hello, this patch updates GMP to support the little-endian PowerPC64 platform (powerpc64le-linux). This requires two changes: - Update configfsf.guess/sub to current upstream versions. - Change mpn/powerpc64/elf.m4 to generate appropriate assembler code for the new ELFv2 ABI. The relevant