aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1998-01-16 03:59:59 -0500
committerBrendan Kehoe <brendan@gcc.gnu.org>1998-01-16 03:59:59 -0500
commit3aa9d5b6fa08aa308bfca6dad2e56f941cdedff6 (patch)
treea7f75be9b46c4d602f4dc6e41ab5e92e4f6adfd4
parenteb2c3b995c14db2a39a0fdf95c62e48001ee70bf (diff)
downloadgcc-3aa9d5b6fa08aa308bfca6dad2e56f941cdedff6.zip
gcc-3aa9d5b6fa08aa308bfca6dad2e56f941cdedff6.tar.gz
gcc-3aa9d5b6fa08aa308bfca6dad2e56f941cdedff6.tar.bz2
tweak comment
From-SVN: r17377
-rw-r--r--gcc/config/alpha/alpha.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h
index 459af5d..aee060d 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. */