From 3aa9d5b6fa08aa308bfca6dad2e56f941cdedff6 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 16 Jan 1998 03:59:59 -0500 Subject: [PATCH] tweak comment From-SVN: r17377 --- gcc/config/alpha/alpha.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 459af5d8527..aee060d53d2 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1488,8 +1488,9 @@ extern void alpha_init_expanders (); /* 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. + table. + Do not define this if the table should contain absolute addresses. On the Alpha, the table is really GP-relative, not relative to the PC of the table, but we pretend that it is PC-relative; this should be OK, but we should try to find some better way sometime. */ -- 2.30.2