Commit c82476bf by Dave Korn Committed by Dave Korn

libgcc2.h (exception_descriptor): Don't forward-declare.

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.

From-SVN: r123418
parent 9daff147
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> 2007-04-01 Daniel Berlin <dberlin@dberlin.org>
* ebitmap.h: New file * ebitmap.h: New file
......
...@@ -39,10 +39,6 @@ extern void __clear_cache (char *, char *); ...@@ -39,10 +39,6 @@ extern void __clear_cache (char *, char *);
extern void __eprintf (const char *, const char *, unsigned int, const char *) extern void __eprintf (const char *, const char *, unsigned int, const char *)
__attribute__ ((__noreturn__)); __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 /* 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 file. This is used when the endianness is determined when the
compiler is run. */ compiler is run. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment