* libgcc2.h (exception_descriptor): Don't forward-declare.
(__get_eh_table_language, __get_eh_table_version): Delete
prototypes of long-dead functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123418
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-04-02 Dave Korn <dave.korn@artimi.com>
+
+ * libgcc2.h (exception_descriptor): Don't forward-declare.
+ (__get_eh_table_language, __get_eh_table_version): Delete
+ prototypes of long-dead functions.
+
2007-04-01 Daniel Berlin <dberlin@dberlin.org>
* ebitmap.h: New file
extern void __eprintf (const char *, const char *, unsigned int, const char *)
__attribute__ ((__noreturn__));
-struct exception_descriptor;
-extern short int __get_eh_table_language (struct exception_descriptor *);
-extern short int __get_eh_table_version (struct exception_descriptor *);
-
/* Permit the tm.h file to select the endianness to use just for this
file. This is used when the endianness is determined when the
compiler is run. */