aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-16 17:18:00 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-16 17:18:00 +0000
commitd86e4acb0f9ce0ce94847d0193ca117bdec14e9a (patch)
treeeebf4c1fe6de115ba6d6fc3676c9dd057f11bcbf /gas/doc
parent983be6687c780680e99831f567f595baa98e43be (diff)
downloadgdb-d86e4acb0f9ce0ce94847d0193ca117bdec14e9a.zip
gdb-d86e4acb0f9ce0ce94847d0193ca117bdec14e9a.tar.gz
gdb-d86e4acb0f9ce0ce94847d0193ca117bdec14e9a.tar.bz2
* expr.c (operand): Add support for .startof. and .sizeof. by
using magic symbol names which the linker will recognize specially. * doc/as.texinfo: Take out note that .startof. and .sizeof. are not supported.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texinfo15
1 files changed, 10 insertions, 5 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 0546373..bdd9af9 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -1040,11 +1040,6 @@ seem of little consequence. Some of these may be supported in future releases.
@itemize @bullet
-@item @code{.STARTOF.} and @code{.SIZEOF.} operators
-
-The @code{.STARTOF.} and @code{.SIZEOF.} operators are not supported. They
-require linker support.
-
@item EBCDIC strings
EBCDIC strings are not supported.
@@ -1092,6 +1087,16 @@ The @code{XREF} pseudo-op is ignored.
@item macros
Macros are not supported directly, but are supported by @code{gasp}.
+
+@item @code{IFC}, @code{IFNC} pseudo-ops.
+
+The @code{IFC} and @code{IFNC} pseudo-ops are not supported directly, but are
+supported by @code{gasp}.
+
+@item @code{IRP}, @code{IRPC}, @code{REPT}, @code{ENDR} pseudo-ops
+
+The repeating pseudo-ops are not supported directly, but are supported by
+@code{gasp}.
@end itemize
@node o