]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libffi/ChangeLog
* testsuite/libffi.call/ffitest.h: Define PRIuPTR on Solaris < 10.
[thirdparty/gcc.git] / libffi / ChangeLog
index d0867edf43bb37d96aca40c54ff91e5f521f9e78..8f2861400ce5614107f3148cc6b76fd6faea93dc 100644 (file)
@@ -1,3 +1,33 @@
+2009-12-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * testsuite/libffi.call/ffitest.h: Define PRIuPTR on Solaris < 10.
+
+2009-12-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR libffi/40700
+       * src/closures.c [X86_64 && __sun__ && __svr4__]
+       (FFI_MMAP_EXEC_WRIT): Define.
+
+2009-12-08  David Daney  <ddaney@caviumnetworks.com>
+
+       * testsuite/libffi.call/stret_medium.c: Remove xfail for mips*-*-*
+       * testsuite/libffi.call/cls_align_longdouble_split2.c: Same.
+       * testsuite/libffi.call/stret_large.c: Same.
+       * testsuite/libffi.call/cls_align_longdouble_split.c: Same.
+       * testsuite/libffi.call/stret_large2.c: Same.
+       * testsuite/libffi.call/stret_medium2.c: Same.
+
+2009-12-07  David Edelsohn  <edelsohn@gnu.org>
+
+       * src/powerpc/aix_closure.S (libffi_closure_ASM): Fix tablejump
+       typo.
+
+2009-12-05  David Edelsohn  <edelsohn@gnu.org>
+
+       * src/powerpc/aix.S: Update AIX32 code to be consistent with AIX64
+       code.
+       * src/powerpc/aix_closure.S: Same.
+
 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.in: Regenerate.
@@ -10,7 +40,7 @@
 
        * src/powerpc/aix_closure.S: Reorganize 64-bit code to match
         linux64_closure.S.
-       
+
 2009-12-04  Uros Bizjak  <ubizjak@gmail.com>
 
        PR libffi/41908