Commit 02d208ff by Andreas Jaeger

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
parent acc72c37
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> 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
* Makefile.in (site.exp): Set TESTING_IN_BUILD_TREE. * Makefile.in (site.exp): Set TESTING_IN_BUILD_TREE.
......
/* Exception Handling interface routines. /* 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>. Contributed by Mike Stump <mrs@cygnus.com>.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -130,6 +131,7 @@ extern void output_function_exception_table PARAMS ((void)); ...@@ -130,6 +131,7 @@ extern void output_function_exception_table PARAMS ((void));
extern void expand_builtin_unwind_init PARAMS ((void)); extern void expand_builtin_unwind_init PARAMS ((void));
extern rtx expand_builtin_eh_return_data_regno PARAMS ((tree)); extern rtx expand_builtin_eh_return_data_regno PARAMS ((tree));
extern rtx expand_builtin_extract_return_addr 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_frob_return_addr PARAMS ((tree));
extern rtx expand_builtin_dwarf_fp_regnum PARAMS ((void)); extern rtx expand_builtin_dwarf_fp_regnum PARAMS ((void));
extern void expand_builtin_eh_return PARAMS ((tree, tree)); extern void expand_builtin_eh_return PARAMS ((tree, tree));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment