aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2007-04-02 08:09:09 +0000
committerDave Korn <davek@gcc.gnu.org>2007-04-02 08:09:09 +0000
commitc82476bfffe84fcdac40c3dbc2cd0fe3800599a3 (patch)
tree65c6ded1f4cb414cd5ca4e73b225ab53ca57efcb /gcc
parent9daff147c0112477c9624bdc12a079f7078f6008 (diff)
downloadgcc-c82476bfffe84fcdac40c3dbc2cd0fe3800599a3.zip
gcc-c82476bfffe84fcdac40c3dbc2cd0fe3800599a3.tar.gz
gcc-c82476bfffe84fcdac40c3dbc2cd0fe3800599a3.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/libgcc2.h4
2 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7509a81..8a15550 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+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
diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h
index a38758e..b1c749f 100644
--- a/gcc/libgcc2.h
+++ b/gcc/libgcc2.h
@@ -39,10 +39,6 @@ extern void __clear_cache (char *, char *);
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. */