This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH rs6000/linux.h: remove workaround


Hi,

this patch removes a workaround introduced a few month ago. It seems the switch
statement handling has been changed, making the bug workaround superfluos. I
observed no testsuite regression or problems compiling applications.

Franz.

Fri Jun 12 09:39:51 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
        * rs6000/linux.h: workaround is superfluos now, define
        JUMP_TABLES_IN_TEXT_SECTION to 0

Index: linux.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/rs6000/linux.h,v
retrieving revision 1.8
diff -u -r1.8 linux.h
--- linux.h     1998/05/22 00:01:17     1.8
+++ linux.h     1998/06/06 21:07:12
@@ -69,4 +69,4 @@
 #endif

 #undef JUMP_TABLES_IN_TEXT_SECTION
-#define JUMP_TABLES_IN_TEXT_SECTION 1
+#define JUMP_TABLES_IN_TEXT_SECTION 0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]