]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* doc/as.texinfo (Set): Delete incorrect HPPA para.
authorAlan Modra <amodra@gmail.com>
Thu, 29 Oct 2009 00:19:19 +0000 (00:19 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 29 Oct 2009 00:19:19 +0000 (00:19 +0000)
gas/ChangeLog
gas/doc/as.texinfo

index 9a544054565c05f49f6641e6376b8950b8c60ffc..8d243aae0b7ab6c0255527373244399f74bd3317 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/as.texinfo (Set): Delete incorrect HPPA para.
+
 2009-10-28  Paul Brook  <paul@codesourcery.com>
 
        * config/tc-arm.c (opcode_lookup): Allow VFP/NEON type suffixes
index 8b277677aa62b2f0b4297b0b8ee3202c25faedaf..6065559ba34cd14354b0e436e6fee41bd3f1d615 100644 (file)
@@ -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.