aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2004-02-09 21:18:45 +0000
committerJim Wilson <wilson@gcc.gnu.org>2004-02-09 13:18:45 -0800
commitc76362b488fac9643f1ca0d549ea6151fd28ba5b (patch)
tree7bf9232584860975a8b2d86f90808c9c7d818aa7 /gcc/except.h
parentd886a0416470d04610d04f4af3b401532ea9cd4f (diff)
downloadgcc-c76362b488fac9643f1ca0d549ea6151fd28ba5b.zip
gcc-c76362b488fac9643f1ca0d549ea6151fd28ba5b.tar.gz
gcc-c76362b488fac9643f1ca0d549ea6151fd28ba5b.tar.bz2
re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on mips)
PR libstdc++/5625 * builtin-types.def (BT_WORD, BT_FN_WORD_PTR): New. * builtins.c (expand_builtin): Handle BUILT_IN_EXTEND_POINTER. * builtins.def (BUILT_IN_EXTEND_POINTER): New. * except.c (expand_builtin_extend_pointer): New. * except.h (expand_builtin_extend_pointer): Declare. From-SVN: r77554
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 75bbd6f..5093a65 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -117,6 +117,7 @@ extern rtx expand_builtin_frob_return_addr (tree);
extern rtx expand_builtin_dwarf_sp_column (void);
extern void expand_builtin_eh_return (tree, tree);
extern void expand_eh_return (void);
+extern rtx expand_builtin_extend_pointer (tree);
extern rtx get_exception_pointer (struct function *);
extern int duplicate_eh_regions (struct function *, struct inline_remap *);