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
This commit is contained in:
Andreas Jaeger 2001-05-04 06:58:46 +02:00
parent acc72c3774
commit 02d208ff0f
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2001-05-04 Andreas Jaeger <aj@suse.de>
* except.h: Add prototype declaration for
expand_builtin_init_dwarf_reg_sizes.
2001-05-03 Geoffrey Keating <geoffk@redhat.com>
* Makefile.in (site.exp): Set TESTING_IN_BUILD_TREE.

View File

@ -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));