diff options
author | Richard Henderson <rth@redhat.com> | 2001-04-01 23:36:33 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-04-01 23:36:33 -0700 |
commit | efc4565875ae9674b66993bda3ffa59116bcf2c2 (patch) | |
tree | 28badc9d21496d034321175965e25ab18447ec80 /gcc/except.h | |
parent | 8f58baf480016ba3a3a60b57218104acf05a49bf (diff) | |
download | gcc-efc4565875ae9674b66993bda3ffa59116bcf2c2.tar.gz |
* except.h (expand_builtin_dwarf_fp_regnum): Declare.
From-SVN: r40995
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/except.h b/gcc/except.h index d1688a22cb9..84bbe0706c3 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -131,6 +131,7 @@ extern void expand_builtin_unwind_init PARAMS ((void)); extern rtx expand_builtin_eh_return_data_regno PARAMS ((tree)); extern rtx expand_builtin_extract_return_addr PARAMS ((tree)); extern rtx expand_builtin_frob_return_addr PARAMS ((tree)); +extern rtx expand_builtin_dwarf_fp_regnum PARAMS ((void)); extern void expand_builtin_eh_return PARAMS ((tree, tree)); extern void expand_eh_return PARAMS ((void)); |