diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-19 10:57:02 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-19 10:57:02 +0000 |
commit | ec8c41b50363f7c4e5fa5bacf07831c504b31485 (patch) | |
tree | 3c89f424eda3b963b1d9b3e44480f2bfce1aaf99 /gcc/config/i860 | |
parent | 1844ffeb52de06aa01036951459e9fd16820b0d1 (diff) | |
download | gcc-ec8c41b50363f7c4e5fa5bacf07831c504b31485.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78091 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i860')
-rw-r--r-- | gcc/config/i860/i860.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index 354df729010..1b29a08adbe 100644 --- a/gcc/config/i860/i860.h +++ b/gcc/config/i860/i860.h @@ -821,12 +821,6 @@ struct cumulative_args { int ints, floats; }; for the index in the tablejump instruction. */ #define CASE_VECTOR_MODE SImode -/* 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 */ - /* Define this as 1 if `char' should by default be signed; else as 0. */ #define DEFAULT_SIGNED_CHAR 1 |