diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-12-19 01:11:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-12-19 01:11:31 +0000 |
commit | 062b7c0c141b6d28a037c6acf3a822539e701827 (patch) | |
tree | 4af97845103b6dee808f365f1f366cfbd8e8a078 /gas/doc/c-v850.texi | |
parent | efeae3db62cde77fe11a1dc4e04d04303ad34dee (diff) | |
download | gdb-062b7c0c141b6d28a037c6acf3a822539e701827.zip gdb-062b7c0c141b6d28a037c6acf3a822539e701827.tar.gz gdb-062b7c0c141b6d28a037c6acf3a822539e701827.tar.bz2 |
* doc/c-alpha.texi: Fix typos.
* doc/c-arm.texi: Likewise.
* doc/c-d10v.texi: Likewise.
* doc/c-i370.texi: Likewise.
* doc/c-i960.texi: Likewise.
* doc/c-ia64.texi: Likewise.
* doc/c-mmix.texi: Likewise.
* doc/c-ns32k.texi: Likewise.
* doc/c-pdp11.texi: Likewise.
* doc/c-pj.texi: Likewise.
* doc/c-sh64.texi: Likewise.
* doc/c-sparc.texi: Likewise.
* doc/c-tic54x.texi: Likewise.
* doc/c-v850.texi: Likewise.
* doc/c-vax.texi: Likewise.
* doc/internals.texi: Likewise.
Diffstat (limited to 'gas/doc/c-v850.texi')
-rw-r--r-- | gas/doc/c-v850.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-v850.texi b/gas/doc/c-v850.texi index f67ad5c..432f3ba 100644 --- a/gas/doc/c-v850.texi +++ b/gas/doc/c-v850.texi @@ -281,7 +281,7 @@ address of the label 'here' and store it into register 6: @samp{movea lo(here), r6, r6} The reason for this special behaviour is that movea performs a sign -extention on its immediate operand. So for example if the address of +extension on its immediate operand. So for example if the address of 'here' was 0xFFFFFFFF then without the special behaviour of the hi() pseudo-op the movhi instruction would put 0xFFFF0000 into r6, then the movea instruction would takes its immediate operand, 0xFFFF, sign extend |