Jakub Jelinek <jj@ultra.linux.cz>
authorRichard Henderson <rth@redhat.com>
Fri, 16 Jul 1999 21:32:18 +0000 (21:32 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 16 Jul 1999 21:32:18 +0000 (21:32 +0000)
        * doc/c-sparc.texi: Document .register and .nword pseudo-ops.

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

index c977b52df1e55997b0ff8c26a9cdaafa0413e6e5..b557c59aeca719c5c3d69ca4d7618434336216f3 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
+
+       * doc/c-sparc.texi: Document .register and .nword pseudo-ops.
+
 1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
 
        * config/tc-sparc.c (sparc_ip): Allow OLO10 relocations
index f871c82b05ebb67c1b259b6e9fc6bf2e1d3a875c..adbe29956a018453ad36175c4b665189349baf25 100644 (file)
@@ -145,11 +145,24 @@ syntax is different.
 @item .half
 This is functionally identical to @code{.short}.
 
+@cindex @code{nword} directive, SPARC
+@item .nword
+On the Sparc, the @code{.nword} directive produces native word sized value,
+ie. if assembling with -32 it is equivalent to @code{.word}, if assembling
+with -64 it is equivalent to @code{.xword}.
+
 @cindex @code{proc} directive, SPARC
 @item .proc
 This directive is ignored.  Any text following it on the same
 line is also ignored.
 
+@cindex @code{register} directive, SPARC
+@item .register
+This directive declares use of a global application or system register.
+It must be followed by a register name %g2, %g3, %g6 or %g7, comma and
+the symbol name for that register or @code{#scratch} if it is a scratch
+register.
+
 @cindex @code{reserve} directive, SPARC
 @item .reserve
 This must be followed by a symbol name, a positive number, and
@@ -176,4 +189,3 @@ instead of the 16 bit values it produces on many other machines.
 On the Sparc V9 processor, the @code{.xword} directive produces
 64 bit values.
 @end table
-
This page took 0.028144 seconds and 4 git commands to generate.