diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-12-07 05:14:44 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2007-12-07 05:14:44 +0000 |
commit | 9d0b161968e86cf863d96e2798d2961d7cc8bf8d (patch) | |
tree | cd5e6be5fb1eda753bc655b364d174331ed69e2f /gcc | |
parent | 40977c7d51f0e9efac330405e353a0db4617813d (diff) | |
download | gcc-9d0b161968e86cf863d96e2798d2961d7cc8bf8d.zip gcc-9d0b161968e86cf863d96e2798d2961d7cc8bf8d.tar.gz gcc-9d0b161968e86cf863d96e2798d2961d7cc8bf8d.tar.bz2 |
* config/xtensa/xtensa.c (xtensa_va_start): Add prototype.
From-SVN: r130671
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/xtensa/xtensa.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5af2db9c..320ae7a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-12-06 Bob Wilson <bob.wilson@acm.org> + + * config/xtensa/xtensa.c (xtensa_va_start): Add prototype. + 2007-12-06 Tom Tromey <tromey@redhat.com> PR c/29172: diff --git a/gcc/config/xtensa/xtensa.c b/gcc/config/xtensa/xtensa.c index c9d9b90..f98a665 100644 --- a/gcc/config/xtensa/xtensa.c +++ b/gcc/config/xtensa/xtensa.c @@ -146,6 +146,7 @@ static tree xtensa_gimplify_va_arg_expr (tree, tree, tree *, tree *); 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; |