diff ChangeLog @ 7:7ca57dbefed4

- ppc64 update from Masanori
author cslag
date Sun, 19 Jul 2015 13:05:34 +0200
parents ffaf59700cfb
children 9ceb368cc0ed
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 09 20:51:11 2015 +0200
+++ b/ChangeLog	Sun Jul 19 13:05:34 2015 +0200
@@ -3,7 +3,7 @@
 Version 0.9 (upcoming)
 dyncall:
   o ARM64 support (AAPCS64 on Linux, Apple's derived version on iOS)
-  o PPC64 support (thanks Masanori!)
+  o PPC64 support, including syscalls (thanks Masanori!)
   o introduced dcArgF and dcVArgF for flexible/convenient argument binding (works like dcCallF/dcVCallF but without the function call)
   o added -fPIC by default for FreeBSD
   o PPC32 linux syscall support