* except.h (emit_unwinder, end_eh_unwinder): Removed.
authorH.J. Lu <hjl@gnu.org>
Fri, 19 Jun 1998 22:46:10 +0000 (22:46 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 22:46:10 +0000 (16:46 -0600)
From-SVN: r20621

gcc/ChangeLog
gcc/except.h

index 4410777db3838f7529935ba9e5ee3b359bd3aacf..fedba1683ca20e99c1334789dc05f1ca633b80fb 100644 (file)
@@ -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.
index 56b5cb91de5297a7e60ad663a380e2dcbc34c14c..edb95ade5fc4bcaf89458686107bf79f4a387405 100644 (file)
@@ -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.  */