diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-04 07:11:05 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-04 07:11:05 +0000 |
commit | 1f3233d13f58417984cb2239d328b65e8d172744 (patch) | |
tree | 720630adca0f6b357e05c4feb8cbe33d556925ce /gcc/config/ia64/ia64.h | |
parent | 0dc11899d8781bca1da5f4421327d61890424808 (diff) | |
download | gcc-1f3233d13f58417984cb2239d328b65e8d172744.tar.gz |
Merge from pch-branch up to tag pch-commit-20020603.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64/ia64.h')
-rw-r--r-- | gcc/config/ia64/ia64.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index d1e0556b128..cfc44d43964 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -2440,16 +2440,16 @@ extern int ia64_final_schedule; #define EH_RETURN_DATA_REGNO(N) ((N) < 4 ? (N) + 15 : INVALID_REGNUM) /* This function contains machine specific function data. */ -struct machine_function +struct machine_function GTY(()) { /* The new stack pointer when unwinding from EH. */ - struct rtx_def* ia64_eh_epilogue_sp; + rtx ia64_eh_epilogue_sp; /* The new bsp value when unwinding from EH. */ - struct rtx_def* ia64_eh_epilogue_bsp; + rtx ia64_eh_epilogue_bsp; /* The GP value save register. */ - struct rtx_def* ia64_gp_save; + rtx ia64_gp_save; /* The number of varargs registers to save. */ int n_varargs; |