summaryrefslogtreecommitdiff
path: root/data/iphone-gcc/typo.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-04-09 19:18:55 +0000
committerJay Freeman <saurik@saurik.com>2008-04-09 19:18:55 +0000
commit972f9e63e1591377d33eb767ac6ba42ebac14161 (patch)
tree5ce21884b131725784a79e8043ec4f72829a4df1 /data/iphone-gcc/typo.diff
parent57c1ffed38c8aeb6b060a569f154786537773d3d (diff)
Renaming llvm-gcc to iphone-gcc.
git-svn-id: http://svn.telesphoreo.org/trunk@205 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/iphone-gcc/typo.diff')
-rw-r--r--data/iphone-gcc/typo.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/iphone-gcc/typo.diff b/data/iphone-gcc/typo.diff
new file mode 100644
index 000000000..4bf4daf82
--- /dev/null
+++ b/data/iphone-gcc/typo.diff
@@ -0,0 +1,12 @@
+diff -ru llvm-gcc-4.2-47984/gcc/llvm-abi.h llvm-gcc-4.2-47984+iPhone/gcc/llvm-abi.h
+--- llvm-gcc-4.2-47984/gcc/llvm-abi.h 2008-03-06 02:50:05.000000000 +0000
++++ llvm-gcc-4.2-47984+iPhone/gcc/llvm-abi.h 2008-03-06 12:37:55.000000000 +0000
+@@ -206,7 +206,7 @@
+ // should be returned using the aggregate shadow (sret) convention, 0 otherwise.
+ // X may be evaluated more than once.
+ #ifndef LLVM_SHOULD_RETURN_VECTOR_AS_SHADOW
+-#define LLVM_SHOULD_RETURN_VECTOR_AS_SHADOW(X) 0
++#define LLVM_SHOULD_RETURN_VECTOR_AS_SHADOW(X,Y) 0
+ #endif
+
+ /// DefaultABI - This class implements the default LLVM ABI where structures are