libgcc2.h (__terminate_func_ptr): Remove typedef.
authorRichard Henderson <rth@redhat.com>
Wed, 11 Apr 2001 06:16:18 +0000 (23:16 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 11 Apr 2001 06:16:18 +0000 (23:16 -0700)
        * libgcc2.h (__terminate_func_ptr): Remove typedef.
        (__pure_virtual, __terminate, __terminate_set_func,
        __default_terminate, __throw_type_match, __empty,
        __get_eh_context, __get_eh_info, __get_dynamic_handler_chain,
        __eh_rtime_match, __unwinding_cleanup, __rethrow,
        __sjthrow, __sjpopnthrow, __eh_alloc, __eh_free):
        Remove prototypes of deleted functions.

From-SVN: r41240

gcc/ChangeLog
gcc/libgcc2.h

index 4785163d1d9cf9634cc33d02b4114c7c582bdf8a..91dd5a2642ea30420fb5aa44de573cbd0dc532ba 100644 (file)
@@ -1,3 +1,13 @@
+2001-04-10  Richard Henderson  <rth@redhat.com>
+
+       * libgcc2.h (__terminate_func_ptr): Remove typedef.
+       (__pure_virtual, __terminate, __terminate_set_func,
+       __default_terminate, __throw_type_match, __empty,
+       __get_eh_context, __get_eh_info, __get_dynamic_handler_chain,
+       __eh_rtime_match, __unwinding_cleanup, __rethrow,
+       __sjthrow, __sjpopnthrow, __eh_alloc, __eh_free):
+       Remove prototypes of deleted functions.
+
 2001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * c-typeck.c (convert_arguments): -Wtraditional now activates
index 7a26e33ea0b2375276f474c95bd60c2a7d2ff790..d73af8db847e0c02a7085a3fd89ff83ae41eb6de 100644 (file)
@@ -22,31 +22,12 @@ Boston, MA 02111-1307, USA.  */
 #ifndef __LIBGCC2_H__
 #define __LIBGCC2_H__
 
-typedef void (*__terminate_func_ptr)(void) __attribute__ ((__noreturn__));
-
 extern int __gcc_bcmp (const unsigned char *, const unsigned char *, size_t);
 extern void *__builtin_saveregs (void);
 extern void __dummy (void);
 extern void __clear_cache (char *, char *);
-extern void __pure_virtual (void) __attribute__ ((__noreturn__));
-extern void __terminate (void) __attribute__ ((__noreturn__));
-extern __terminate_func_ptr __terminate_set_func (__terminate_func_ptr);
-extern void __default_terminate (void) __attribute__ ((__noreturn__));
-extern void *__throw_type_match (void *, void *, void *);
-extern void __empty (void);
-extern void *__get_eh_context (void);
-extern void **__get_eh_info (void);
-extern void ***__get_dynamic_handler_chain (void);
-extern int __eh_rtime_match (void *);
-extern void __unwinding_cleanup (void);
-extern void __rethrow (void *);
-extern void __throw (void);
-extern void __sjthrow (void) __attribute__ ((__noreturn__));
-extern void __sjpopnthrow (void) __attribute__ ((__noreturn__));
 extern void __eprintf (const char *, const char *, unsigned int, const char *)
   __attribute__ ((__noreturn__));
-extern void *__eh_alloc (size_t);
-extern void __eh_free (void *);
 
 struct bb;
 extern void __bb_exit_func (void);