aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJason Eckhardt <jle@rice.edu>2003-08-26 02:40:43 +0000
committerJason Eckhardt <jle@rice.edu>2003-08-26 02:40:43 +0000
commit0dee3be061adcc0cd85e0f3d063dcc80d65c0b1e (patch)
tree90a03fe62ca8cf12b61222b3601f4aedd36ac0f2 /gas
parentdbd8c104d52d45ffe19ba629deb9e779f0f33f7a (diff)
downloadgdb-0dee3be061adcc0cd85e0f3d063dcc80d65c0b1e.zip
gdb-0dee3be061adcc0cd85e0f3d063dcc80d65c0b1e.tar.gz
gdb-0dee3be061adcc0cd85e0f3d063dcc80d65c0b1e.tar.bz2
2003-08-25 Jason Eckhardt <jle@rice.edu>
* doc/c-i860.texi: Update text about relocatable address expansions.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/c-i860.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3c77b8d..78705d3 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-25 Jason Eckhardt <jle@rice.edu>
+
+ * doc/c-i860.texi: Update text about relocatable address expansions.
+
2003-08-24 Jason Eckhardt <jle@rice.edu>
* config/tc-i860.c (md_assemble): Use isrc2 from the original
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