diff --git a/gas/ChangeLog b/gas/ChangeLog index 3c77b8d870..78705d38a7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2003-08-25 Jason Eckhardt + + * doc/c-i860.texi: Update text about relocatable address expansions. + 2003-08-24 Jason Eckhardt * 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 79decb26ee..22f13778f0 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