1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-12-08 15:08:26 +00:00
Files
amigaos-cross-toolchain/patches/gcc-3.4.6/gcc/function.h.diff
Krystian Bacławski cfa575b5ca Switch to gcc 3.4.6.
2013-05-19 21:39:06 +02:00

12 lines
370 B
Diff

--- gcc-3.4.6/gcc/function.h 2013-05-19 19:56:54.000000000 +0200
+++ gcc-3.4.6-patched/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 */