diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-29 00:19:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-29 00:19:19 +0000 |
commit | 72737fba23aa36cf8414fa7641b5fe4dbf0639ab (patch) | |
tree | 21551626bf757d0a9f31703b51df1ba72235b6b0 /gas/doc | |
parent | 95acdbbe0e914c2c44ad3a36d7aa2309bf34bcb2 (diff) | |
download | gdb-72737fba23aa36cf8414fa7641b5fe4dbf0639ab.zip gdb-72737fba23aa36cf8414fa7641b5fe4dbf0639ab.tar.gz gdb-72737fba23aa36cf8414fa7641b5fe4dbf0639ab.tar.bz2 |
* doc/as.texinfo (Set): Delete incorrect HPPA para.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 8b27767..6065559 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -5927,11 +5927,6 @@ You may @code{.set} a symbol many times in the same assembly. If you @code{.set} a global symbol, the value stored in the object file is the last value stored into it. -@ifset HPPA -The syntax for @code{set} on the HPPA is -@samp{@var{symbol} .set @var{expression}}. -@end ifset - @ifset Z80 On Z80 @code{set} is a real instruction, use @samp{@var{symbol} defl @var{expression}} instead. |