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, 0 insertions, 11 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
deleted file mode 100644
index 7752b0e..0000000
--- a/m68k-unknown-amigaos/recipes/patches/gcc/gcc.function.h.p
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 */