libgcc2.h (__terminate_func_ptr): Remove typedef.

* 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
This commit is contained in:
Richard Henderson 2001-04-10 23:16:18 -07:00 committed by Richard Henderson
parent 3a1727303c
commit 706701afa0
2 changed files with 10 additions and 19 deletions

View 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

View 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);