OSDN Git Service

2003-08-25 Jason Eckhardt <jle@rice.edu>
authorJason Eckhardt <jle@rice.edu>
Tue, 26 Aug 2003 02:40:43 +0000 (02:40 +0000)
committerJason Eckhardt <jle@rice.edu>
Tue, 26 Aug 2003 02:40:43 +0000 (02:40 +0000)
* doc/c-i860.texi: Update text about relocatable address expansions.

gas/ChangeLog
gas/doc/c-i860.texi

index 3c77b8d..78705d3 100644 (file)
@@ -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
index 79decb2..22f1377 100644 (file)
@@ -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