aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1997-09-27 18:16:15 +0000
committerJason Merrill <jason@gcc.gnu.org>1997-09-27 14:16:15 -0400
commit2f3ca9e7f4bc29c645df8a51023ece6ece8faf9d (patch)
treea5a4bcb347df37e58a470806a1587b469f81d6af /gcc/except.h
parentfaf199a62194ffea2487c131c0ef8efc2c6127f5 (diff)
downloadgcc-2f3ca9e7f4bc29c645df8a51023ece6ece8faf9d.zip
gcc-2f3ca9e7f4bc29c645df8a51023ece6ece8faf9d.tar.gz
gcc-2f3ca9e7f4bc29c645df8a51023ece6ece8faf9d.tar.bz2
c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.
* c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size. * tree.h (built_in_function): Likewise. * expr.c (expand_builtin): Likewise. * except.h: Likewise. * dwarf2out.c (expand_builtin_dwarf_reg_size): New fn. * libgcc2.c (copy_reg): New fn. (__throw): Use it. From-SVN: r15750
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 71c49c2..fc2c37b 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -292,4 +292,5 @@ rtx expand_builtin_frob_return_addr PROTO((tree));
rtx expand_builtin_extract_return_addr PROTO((tree));
void expand_builtin_set_return_addr_reg PROTO((tree));
void expand_builtin_set_eh_regs PROTO((tree, tree));
+rtx expand_builtin_dwarf_reg_size PROTO((tree, rtx));
#endif