mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-31 02:54:40 +08:00
alpha.c (alpha_sa_size, VMS): Don't reserve space for FP, already done later.
* config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space for FP, already done later. From-SVN: r50577
This commit is contained in:
parent
50c7457998
commit
cb9a8e9764
@ -1,5 +1,8 @@
|
||||
2002-03-11 Douglas B Rupp <rupp@gnat.com>
|
||||
|
||||
* config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
|
||||
for FP, already done later.
|
||||
|
||||
* toplev.c (debug_args): Add entry for VMS_DEBUG.
|
||||
* vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.
|
||||
|
||||
|
@ -5969,10 +5969,10 @@ alpha_sa_size ()
|
||||
else
|
||||
alpha_procedure_type = PT_NULL;
|
||||
|
||||
/* Don't reserve space for saving RA yet. Do that later after we've
|
||||
/* Don't reserve space for saving FP & RA yet. Do that later after we've
|
||||
made the final decision on stack procedure vs register procedure. */
|
||||
if (alpha_procedure_type == PT_STACK)
|
||||
sa_size--;
|
||||
sa_size -= 2;
|
||||
|
||||
/* Decide whether to refer to objects off our PV via FP or PV.
|
||||
If we need FP for something else or if we receive a nonlocal
|
||||
|
Loading…
Reference in New Issue
Block a user