* defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
* expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
* stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
From-SVN: r76138
+2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
+
+ * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
+ * expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
+ * stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
+
2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
* stmt.c (HAVE_casesi): Define it not already defined.
#define EXIT_IGNORE_STACK 0
#endif
+/* Assume that case vectors are not pc-relative. */
+#ifndef CASE_VECTOR_PC_RELATIVE
+#define CASE_VECTOR_PC_RELATIVE 0
+#endif
+
#endif /* ! GCC_DEFAULTS_H */
#endif
#endif
-/* Assume that case vectors are not pc-relative. */
-#ifndef CASE_VECTOR_PC_RELATIVE
-#define CASE_VECTOR_PC_RELATIVE 0
-#endif
-
/* Convert defined/undefined to boolean. */
#ifdef TARGET_MEM_FUNCTIONS
#undef TARGET_MEM_FUNCTIONS
#include "predict.h"
#include "optabs.h"
#include "target.h"
-
-/* Assume that case vectors are not pc-relative. */
-#ifndef CASE_VECTOR_PC_RELATIVE
-#define CASE_VECTOR_PC_RELATIVE 0
-#endif
\f
/* Functions and data structures for expanding case statements. */