This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Xtensa] fix build problem


Jakub's patch yesterday was missing a prototype for the Xtensa port. Someday I should probably rearrange the code to avoid the need for prototypes like this, but for now, I've committed this patch to make it build again.

2007-12-06 Bob Wilson <bob.wilson@acm.org>

* config/xtensa/xtensa.c (xtensa_va_start): Add prototype.

Index: config/xtensa/xtensa.c
===================================================================
--- config/xtensa/xtensa.c	(revision 130670)
+++ config/xtensa/xtensa.c	(working copy)
@@ -146,6 +146,7 @@
 static void xtensa_init_builtins (void);
 static tree xtensa_fold_builtin (tree, tree, bool);
 static rtx xtensa_expand_builtin (tree, rtx, rtx, enum machine_mode, int);
+static void xtensa_va_start (tree, rtx);
 
 static const int reg_nonleaf_alloc_order[FIRST_PSEUDO_REGISTER] =
   REG_ALLOC_ORDER;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]