diff options
Diffstat (limited to 'gcc/config/rs6000/sysv4.h')
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 9cbb597..1a7439a 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -331,6 +331,7 @@ do { \ /* Put jump tables in read-only memory, rather than in .text. */ #undef JUMP_TABLES_IN_TEXT_SECTION +#define JUMP_TABLES_IN_TEXT_SECTION 0 /* Disable AIX-ism that disables turning -B into -L if the argument specifies a relative file name. This breaks setting GCC_EXEC_PREFIX to D:\path under |