aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>1998-06-19 22:46:10 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-19 16:46:10 -0600
commit19864289846323551f0e3d813c1833014c871c36 (patch)
tree85bd67a9283c42732c43890080a9f9a90a3b211f
parent29a4c5ed1ed3a5631f8abfe4b8509167ec798194 (diff)
downloadgcc-19864289846323551f0e3d813c1833014c871c36.zip
gcc-19864289846323551f0e3d813c1833014c871c36.tar.gz
gcc-19864289846323551f0e3d813c1833014c871c36.tar.bz2
* except.h (emit_unwinder, end_eh_unwinder): Removed.
From-SVN: r20621
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/except.h10
2 files changed, 2 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4410777..fedba16 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -26,6 +26,8 @@ Fri Jun 19 22:55:14 1998 Jeffrey A Law (law@cygnus.com)
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
+ * except.h (emit_unwinder, end_eh_unwinder): Removed.
+
* dwarfout.c (getpwd): Add prototype.
(is_pseudo_reg, type_main_variant, is_tagged_type,
is_redundant_typedef): New declaration.
diff --git a/gcc/except.h b/gcc/except.h
index 56b5cb9..edb95ad 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -285,16 +285,6 @@ extern void expand_leftover_cleanups PROTO((void));
extern void emit_eh_context PROTO((void));
-/* If necessary, emit insns for the start of per-function unwinder for
- the current function. */
-
-extern void emit_unwinder PROTO((void));
-
-/* If necessary, emit insns for the end of the per-function unwinder
- for the current function. */
-
-extern void end_eh_unwinder PROTO((void));
-
/* Builds a list of handler labels and puts them in the global
variable exception_handler_labels. */