diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-04 04:58:46 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-04 04:58:46 +0000 |
commit | ce489707465ef703b6123649d5b11ab65e06bc95 (patch) | |
tree | b9127d969c245a44970fae4a7dea9315e0d9a7b5 /gcc/except.h | |
parent | 10c08065560ea8c5d579b6ecac8e74d26770298e (diff) | |
download | gcc-ce489707465ef703b6123649d5b11ab65e06bc95.tar.gz |
* except.h: Add prototype declaration for
expand_builtin_init_dwarf_reg_sizes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41823 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h index a3598ed65f8..b2c3943d3da 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -1,5 +1,6 @@ /* Exception Handling interface routines. - Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 + Free Software Foundation, Inc. Contributed by Mike Stump <mrs@cygnus.com>. This file is part of GNU CC. @@ -130,6 +131,7 @@ extern void output_function_exception_table PARAMS ((void)); 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 void expand_builtin_init_dwarf_reg_sizes 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)); |