diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-17 17:33:40 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-17 17:33:40 +0000 |
commit | 390651514944f13d84a808f0b9bc198a1ca55aab (patch) | |
tree | 98d3ffbe89698c70889ecd2d112782efcd23f943 /gcc/config | |
parent | 9e5192edc9f9b2d30b69ebbf775e59139d59a196 (diff) | |
download | gcc-390651514944f13d84a808f0b9bc198a1ca55aab.tar.gz |
* rs6000/linux.h (JUMP_TABLES_IN_TEXT_SECTION): Define to zero.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20544 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 1843fb82faf..5b2c6a0cbf2 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -69,4 +69,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #undef JUMP_TABLES_IN_TEXT_SECTION -#define JUMP_TABLES_IN_TEXT_SECTION 1 +#define JUMP_TABLES_IN_TEXT_SECTION 0 |