From: Brendan Kehoe Date: Fri, 16 Jan 1998 08:59:59 +0000 (-0500) Subject: tweak comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3aa9d5b6fa08aa308bfca6dad2e56f941cdedff6;p=gcc.git tweak comment From-SVN: r17377 --- 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. */