diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-02 06:36:33 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-02 06:36:33 +0000 |
commit | 9cab02482a0c40f593e2eb99410edc74ae2eec32 (patch) | |
tree | 28badc9d21496d034321175965e25ab18447ec80 /gcc/except.h | |
parent | bb152f3590f6d484b8bc86718cf73cde463abbef (diff) | |
download | gcc-9cab02482a0c40f593e2eb99410edc74ae2eec32.tar.gz |
* except.h (expand_builtin_dwarf_fp_regnum): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40995 138bc75d-0d04-0410-961f-82ee72b054a4
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)); |