aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/xtensa/xtensa.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-19 10:57:02 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-19 10:57:02 +0000
commit3ad17f7bb5f47201b858f83476ded95672d57a76 (patch)
tree3c89f424eda3b963b1d9b3e44480f2bfce1aaf99 /gcc/config/xtensa/xtensa.h
parenta3b182a7874b3114e3d363caa3c103a03dcb4556 (diff)
downloadgcc-3ad17f7bb5f47201b858f83476ded95672d57a76.zip
gcc-3ad17f7bb5f47201b858f83476ded95672d57a76.tar.gz
gcc-3ad17f7bb5f47201b858f83476ded95672d57a76.tar.bz2
arc.h, [...]: Remove commented-out or useless definitions of CASE_VECTOR_PC_RELATIVE.
* config/arc/arc.h, config/arm/arm.h, config/frv/frv.h, config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h, config/iq2000/iq2000.h, config/m32r/m32r.h, config/pdp11/pdp11.h, config/sparc/sparc.h, config/xtensa/xtensa.h: Remove commented-out or useless definitions of CASE_VECTOR_PC_RELATIVE. From-SVN: r78091
Diffstat (limited to 'gcc/config/xtensa/xtensa.h')
-rw-r--r--gcc/config/xtensa/xtensa.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h
index a956f1b..4665786 100644
--- a/gcc/config/xtensa/xtensa.h
+++ b/gcc/config/xtensa/xtensa.h
@@ -1118,11 +1118,6 @@ typedef struct xtensa_args
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 this as 1 if 'char' should by default be signed; else as 0. */
#define DEFAULT_SIGNED_CHAR 0