rs6000.c (rs6000_stack_info): Do not add vrsave_size twice.
2003-05-19 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (rs6000_stack_info): Do not add vrsave_size twice. Co-Authored-By: Aldy Hernandez <aldyh@redhat.com> From-SVN: r66974
This commit is contained in:
parent
ce376bebc3
commit
4b6fe6b647
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-05-19 Seth Arnold <sarnold@wirex.com>
|
||||
Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/rs6000/rs6000.c (rs6000_stack_info): Do not add
|
||||
vrsave_size twice.
|
||||
|
||||
2003-05-19 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* doc/tm.texi (function_arg): Fix typo.
|
||||
|
|
|
@ -10029,7 +10029,6 @@ rs6000_stack_info ()
|
|||
+ info_ptr->gp_size
|
||||
+ info_ptr->altivec_size
|
||||
+ info_ptr->altivec_padding_size
|
||||
+ info_ptr->vrsave_size
|
||||
+ info_ptr->spe_gp_size
|
||||
+ info_ptr->spe_padding_size
|
||||
+ ehrd_size
|
||||
|
|
Loading…
Add table
Reference in a new issue