aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-13 22:14:10 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-14 20:43:40 -0500
commit5fda40b28fb6ed86d76af1af68f61f3c016d3a26 (patch)
tree6043b6c5afb154ca0fb98eaaab8b484cebeb17e6 /gas/doc
parent5aa06b1b14d46377b7218f16ba5efcab5829b917 (diff)
downloadfsf-binutils-gdb-5fda40b28fb6ed86d76af1af68f61f3c016d3a26.zip
fsf-binutils-gdb-5fda40b28fb6ed86d76af1af68f61f3c016d3a26.tar.gz
fsf-binutils-gdb-5fda40b28fb6ed86d76af1af68f61f3c016d3a26.tar.bz2
gas: make [248]byte directives available everywhere
These aren't specific to ELF at all, and seem generally useful. So pull them out of the ELF backend and into the common core.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texi7
1 files changed, 0 insertions, 7 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index cf3597f..e0559cf 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -4537,11 +4537,9 @@ Some machine configurations provide additional directives.
@ifclear no-space-dir
* Zero:: @code{.zero @var{size}}
@end ifclear
-@ifset ELF
* 2byte:: @code{.2byte @var{expressions}}
* 4byte:: @code{.4byte @var{expressions}}
* 8byte:: @code{.8byte @var{bignums}}
-@end ifset
* Deprecated:: Deprecated Directives
@end menu
@@ -7505,7 +7503,6 @@ so it can take an optional second argument of the value to store in the bytes
instead of zero. Using @samp{.zero} in this way would be confusing however.
@end ifclear
-@ifset ELF
@node 2byte
@section @code{.2byte @var{expression} [, @var{expression}]*}
@cindex @code{2byte} directive
@@ -7525,8 +7522,6 @@ This directive does not apply any alignment before or after inserting the
values. As a result of this, if relocations are generated, they may be
different from those used for inserting values with a guaranteed alignment.
-This directive is only available for ELF targets,
-
@node 4byte
@section @code{.4byte @var{expression} [, @var{expression}]*}
@cindex @code{4byte} directive
@@ -7545,8 +7540,6 @@ long values into the output.
Like the @option{.2byte} directive, except that it inserts unaligned, eight
byte long bignum values into the output.
-@end ifset
-
@node Deprecated
@section Deprecated Directives