diff options
author | fjahanian <fjahanian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-16 20:08:31 +0000 |
---|---|---|
committer | fjahanian <fjahanian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-16 20:08:31 +0000 |
commit | 952159483d7efd13f85c16189481bc1ec5808b46 (patch) | |
tree | 7ef0be49eaaa279546b71216e1d64b9fd033a840 /gcc/target.h | |
parent | dabbc00f918e8d40d968d8b3d3df158ca7c471b5 (diff) | |
download | gcc-952159483d7efd13f85c16189481bc1ec5808b46.tar.gz |
Patch to fix -mcpu=G5 interface to EH runtime library.
Reviewed by Geoff Keating.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h index 9a185e5b9b7..ad37161bc48 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -276,6 +276,9 @@ struct gcc_target bool (* is_costly_dependence) (rtx, rtx, rtx, int, int); } sched; + /* Return machine mode for filter value. */ + enum machine_mode (* eh_return_filter_mode) (void); + /* Given two decls, merge their attributes and return the result. */ tree (* merge_decl_attributes) (tree, tree); |