From: Seth Arnold Date: Mon, 19 May 2003 21:33:57 +0000 (+0000) Subject: rs6000.c (rs6000_stack_info): Do not add vrsave_size twice. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b6fe6b647a19169aa11bd1812b69d19b0abdabb;p=gcc.git rs6000.c (rs6000_stack_info): Do not add vrsave_size twice. 2003-05-19 Aldy Hernandez * config/rs6000/rs6000.c (rs6000_stack_info): Do not add vrsave_size twice. Co-Authored-By: Aldy Hernandez From-SVN: r66974 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e443177781c..1411b91ffc8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-05-19 Seth Arnold + Aldy Hernandez + + * config/rs6000/rs6000.c (rs6000_stack_info): Do not add + vrsave_size twice. + 2003-05-19 Aldy Hernandez * doc/tm.texi (function_arg): Fix typo. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index ff7cec6a9d6..f851e95af6a 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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