aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2001-05-04 06:58:46 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-05-04 06:58:46 +0200
commit02d208ff0f057f9b15414f15fd2ece8eef5f49e5 (patch)
treeb9127d969c245a44970fae4a7dea9315e0d9a7b5 /gcc/except.h
parentacc72c37744ddd4cfb99f2db8e52138964e09ae5 (diff)
downloadgcc-02d208ff0f057f9b15414f15fd2ece8eef5f49e5.zip
gcc-02d208ff0f057f9b15414f15fd2ece8eef5f49e5.tar.gz
gcc-02d208ff0f057f9b15414f15fd2ece8eef5f49e5.tar.bz2
except.h: Add prototype declaration for expand_builtin_init_dwarf_reg_sizes.
* except.h: Add prototype declaration for expand_builtin_init_dwarf_reg_sizes. From-SVN: r41823
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h
index a3598ed..b2c3943 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));