diff options
Diffstat (limited to 'gcc/config/pyr/pyr.h')
-rw-r--r-- | gcc/config/pyr/pyr.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/config/pyr/pyr.h b/gcc/config/pyr/pyr.h index ea88ee4ba10..cf292903b4f 100644 --- a/gcc/config/pyr/pyr.h +++ b/gcc/config/pyr/pyr.h @@ -989,10 +989,11 @@ extern int current_function_calls_alloca; for the index in the tablejump instruction. */ #define CASE_VECTOR_MODE SImode -/* Define this if the tablejump instruction expects the table - to contain offsets from the address of the table. - Do not define this if the table should contain absolute addresses. */ -/*#define CASE_VECTOR_PC_RELATIVE*/ +/* Define as C expression which evaluates to nonzero if the tablejump + instruction expects the table to contain offsets from the address of the + table. + Do not define this if the table should contain absolute addresses. */ +/*#define CASE_VECTOR_PC_RELATIVE 1 */ /* Specify the tree operation to be used to convert reals to integers. */ #define IMPLICIT_FIX_EXPR FIX_ROUND_EXPR |