Commit 3aa9d5b6 by Brendan Kehoe

tweak comment

From-SVN: r17377
parent eb2c3b99
...@@ -1488,8 +1488,9 @@ extern void alpha_init_expanders (); ...@@ -1488,8 +1488,9 @@ extern void alpha_init_expanders ();
/* Define as C expression which evaluates to nonzero if the tablejump /* Define as C expression which evaluates to nonzero if the tablejump
instruction expects the table to contain offsets from the address of the 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 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, 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. */ but we should try to find some better way sometime. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment