From: Franz Sirl Date: Sun, 1 Feb 1998 13:14:01 +0000 (-0700) Subject: * rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION X-Git-Tag: prereleases/egcs-1.1-prerelease~2547 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cddeb31c8721c71ad6d1b2d9f8b4c5b9d7ac5f4;p=thirdparty%2Fgcc.git * rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION From-SVN: r17583 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bdc6709da2c1..41679ab850e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 1 14:15:33 1998 Franz Sirl + + * rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION + Sun Feb 1 13:01:15 1998 Klaus Kaempf * cccp.c (main): Predefine __VMS_VER on VMS. diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index dfcaf1fa4b64..f88a15e6c73a 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -65,3 +65,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef DEFAULT_VTABLE_THUNKS #define DEFAULT_VTABLE_THUNKS 1 + +#undef JUMP_TABLES_IN_TEXT_SECTION +#define JUMP_TABLES_IN_TEXT_SECTION