aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/c-i860.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gas/doc/c-i860.texi')
-rw-r--r--gas/doc/c-i860.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-i860.texi b/gas/doc/c-i860.texi
index 79decb2..22f1377 100644
--- a/gas/doc/c-i860.texi
+++ b/gas/doc/c-i860.texi
@@ -136,10 +136,10 @@ or large_imm@@l,%rn,%rn
@end smallexample
@item Load/store with relocatable address expression:
-For example, the pseudo-instruction @code{ld.b addr,%rn}
+For example, the pseudo-instruction @code{ld.b addr_exp(%rx),%rn}
will be expanded into:
@smallexample
-orh addr_exp@@ha,%r0,%r31
+orh addr_exp@@ha,%rx,%r31
ld.l addr_exp@@l(%r31),%rn
@end smallexample