Fix msvcc.sh botch

This commit is contained in:
Anthony Green
2011-02-08 13:50:43 -05:00
parent dc411e8f99
commit b8099539f0
9 changed files with 88 additions and 1819 deletions

View File

@@ -11,3 +11,15 @@ Index: libffi/src/powerpc/asm.h
to locate our caller and so it can restore it; so store one just
for its benefit. */
#ifdef PIC
Index: libffi/ChangeLog
===================================================================
--- libffi.orig/ChangeLog
+++ libffi/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-08 Ed <ed@kdtc.net>
+
+ * src/powerpc/asm.h: Fix grammar nit in comment.
+
2011-02-08 Uli Link <ul.mcamafia@linkitup.de>
* include/ffi.h.in (FFI_64_BIT_MAX): Define and use.