]> gcc.gnu.org Git - gcc.git/commitdiff
except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and users.
authorHans-Peter Nilsson <hp@axis.com>
Wed, 20 Sep 2000 10:33:05 +0000 (10:33 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 20 Sep 2000 10:33:05 +0000 (10:33 +0000)
* except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
users.

From-SVN: r36551

gcc/cp/ChangeLog
gcc/cp/except.c

index c29b29565e49c4e3dc826cc60aff12f485f31320..d71c9d78789be8766b15272ac0ddf0893e7565e8 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
+       users.
+
 2000-09-18  Mark Mitchell  <mark@codesourcery.com>
 
        * decl.c (start_function): Robustify.
index ee2cf44675cf7f0b3c65284067dbf3e7a86c9042..a26cb1a6580a3ed05836269db529226d08ae3f0a 100644 (file)
@@ -60,38 +60,6 @@ static void initialize_handler_parm PARAMS ((tree));
 static tree expand_throw PARAMS ((tree));
 static int decl_is_java_type PARAMS ((tree decl, int err));
 
-#if 0
-/* This is the startup, and finish stuff per exception table.  */
-
-/* XXX - Tad: exception handling section */
-#ifndef EXCEPT_SECTION_ASM_OP
-#define EXCEPT_SECTION_ASM_OP  "section\t.gcc_except_table,\"a\",@progbits"
-#endif
-
-#ifdef EXCEPT_SECTION_ASM_OP
-
- /* on machines which support it, the exception table lives in another section,
-       but it needs a label so we can reference it...  This sets up that
-    label! */
-asm (EXCEPT_SECTION_ASM_OP);
-exception_table __EXCEPTION_TABLE__[1] = { (void*)0, (void*)0, (void*)0 };
-asm (TEXT_SECTION_ASM_OP);
-
-#endif /* EXCEPT_SECTION_ASM_OP */
-
-#ifdef EXCEPT_SECTION_ASM_OP
-
- /* we need to know where the end of the exception table is... so this
-    is how we do it! */
-
-asm (EXCEPT_SECTION_ASM_OP);
-exception_table __EXCEPTION_END__[1] = { (void*)-1, (void*)-1, (void*)-1 };
-asm (TEXT_SECTION_ASM_OP);
-
-#endif /* EXCEPT_SECTION_ASM_OP */
-
-#endif
-
 #include "decl.h"
 #include "insn-flags.h"
 #include "obstack.h"
This page took 0.092847 seconds and 5 git commands to generate.