diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-07-31 12:46:53 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-07-31 12:46:53 +0000 |
commit | b384405b341a1539bf3b10b4ce5a99f2ed389630 (patch) | |
tree | 286c1d2fa0096b032809b04fe3925b118bc31fd7 /gcc/cp | |
parent | 6261ede720fc024883ad4942dfbe68f943fe4462 (diff) | |
download | gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.zip gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.tar.gz gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.tar.bz2 |
Backport of GC branch patches part 1: kill eh status saving.
From-SVN: r28357
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/except.c | 11 |
2 files changed, 4 insertions, 11 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 7c7714a..a6f75c5 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1999-07-31 Bernd Schmidt <bernds@cygnus.co.uk> + + * except.c (catch_clauses): Delete declaration. + 1999-07-30 Mark Mitchell <mark@codesourcery.com> * call.c (build_conditional_expr): Call convert_from_reference to diff --git a/gcc/cp/except.c b/gcc/cp/except.c index c6869c6..e5afb89 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -169,17 +169,6 @@ static tree Unwind; /* ========================================================================= */ - - -/* local globals - these local globals are for storing data necessary for - generating the exception table and code in the correct order. - - ========================================================================= */ - -extern rtx catch_clauses; - -/* ========================================================================= */ - /* sets up all the global eh stuff that needs to be initialized at the start of compilation. |