summaryrefslogtreecommitdiff
path: root/gcc/tm.texi
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-19 16:43:29 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-19 16:43:29 +0000
commit25d1d1e90dc5089c7ffca664e5a28cddcc819219 (patch)
tree406e28da63e660364ba69da2395d4cb1eba4121d /gcc/tm.texi
parent0c42ade13a8abf741e5ff9ac4918c154a8a0bf86 (diff)
downloadgcc-25d1d1e90dc5089c7ffca664e5a28cddcc819219.tar.gz
* expr.c (do_tablejump): Let CASE_VECTOR_PC_RELATIVE be an
expression. * stmt.c (expand_end_case): Likewise. * alpha.h (CASE_VECTOR_PC_RELATIVE): Update. * fx80.h, gmicro.h, m68k.h, m88k.h, ns32k.h: Likewise. * rs6000.h, sh.h, tahoe.h, v850.h vax.h z8k.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17155 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r--gcc/tm.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi
index 027a8919b7b..e24a7e25f48 100644
--- a/gcc/tm.texi
+++ b/gcc/tm.texi
@@ -6830,7 +6830,9 @@ elements of a jump-table should have.
@findex CASE_VECTOR_PC_RELATIVE
@item CASE_VECTOR_PC_RELATIVE
-Define this macro if jump-tables should contain relative addresses.
+Define this macro to be a C expression to indicate when jump-tables
+should contain relative addresses. If jump-tables never contain
+relative addresses, then you need not define this macro.
@findex CASE_DROPS_THROUGH
@item CASE_DROPS_THROUGH