summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.m68k.m68k-protos.h.p
diff options
context:
space:
mode:
Diffstat (limited to 'm68k-unknown-amigaos/recipes/patches/gcc/gcc.config.m68k.m68k-protos.h.p')
-rw-r--r--m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.m68k.m68k-protos.h.p14
1 files changed, 14 insertions, 0 deletions
diff --git a/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.m68k.m68k-protos.h.p b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.m68k.m68k-protos.h.p
new file mode 100644
index 0000000..222d80c
--- /dev/null
+++ b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.m68k.m68k-protos.h.p
@@ -0,0 +1,14 @@
+--- gcc-3.4.6/gcc/config/m68k/m68k-protos.h 2013-05-19 20:09:27.000000000 +0200
++++ gcc/config/m68k/m68k-protos.h 2013-05-19 20:23:32.000000000 +0200
+@@ -68,3 +68,11 @@
+ extern void override_options (void);
+ extern void init_68881_table (void);
+ extern int m68k_hard_regno_rename_ok(unsigned int, unsigned int);
++
++#ifdef RTX_CODE
++#ifdef TREE_CODE
++extern void m68k_init_cumulative_args (CUMULATIVE_ARGS *, tree);
++extern void m68k_function_arg_advance (CUMULATIVE_ARGS *);
++extern struct rtx_def *m68k_function_arg (CUMULATIVE_ARGS *, enum machine_mode, tree);
++#endif
++#endif