summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/gcc.function.h.p
diff options
context:
space:
mode:
Diffstat (limited to 'm68k-unknown-amigaos/recipes/patches/gcc/gcc.function.h.p')
-rw-r--r--m68k-unknown-amigaos/recipes/patches/gcc/gcc.function.h.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/m68k-unknown-amigaos/recipes/patches/gcc/gcc.function.h.p b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.function.h.p
new file mode 100644
index 0000000..7752b0e
--- /dev/null
+++ b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.function.h.p
@@ -0,0 +1,11 @@
+--- gcc-3.4.6/gcc/function.h 2013-05-19 19:56:54.000000000 +0200
++++ gcc/function.h 2013-05-19 20:23:32.000000000 +0200
+@@ -643,4 +643,8 @@
+
+ extern void do_warn_unused_parameter (tree);
+
++/* begin-GG-local: explicit register specification for parameters */
++extern int function_arg_regno_p (int);
++/* end-GG-local */
++
+ #endif /* GCC_FUNCTION_H */