xlc compiler support

This commit is contained in:
Anthony Green
2013-01-11 16:54:40 -05:00
parent 0b4986a788
commit 05fbe1faed
5 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
2013-01-11 Anthony Green <green@moxielogic.com>
* src/powerpc/ffi_darwin.c (ffi_prep_args): Replace // style
comments with /* */ for xlc compiler.
* src/powerpc/aix.S (ffi_call_AIX): Ditto.
* testsuite/libffi.call/ffitest.h (allocate_mmap): Remove inline
for xlc compiler.
* README: Add update for AIX support.
2013-01-11 Anthony Green <green@moxielogic.com>
* configure.ac: Robustify pc relative reloc check.