summaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-07-08 01:49:09 +0000
committerNick Clifton <nickc@redhat.com>1999-07-08 01:49:09 +0000
commit5395a469da854abccaffc1c62fce59a0a3ed5bb1 (patch)
treec0f4bfff3942d6661098c0065d090d06cc8d6c80 /gas/doc
parentc602a1658f73f9999cd59db8b5e26a03a87631af (diff)
downloadbinutils-gdb-5395a469da854abccaffc1c62fce59a0a3ed5bb1.tar.gz
Document .thumb_set directive.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-arm.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 1538ac9d182..3c1677cd68e 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -167,6 +167,14 @@ the assembler and linker to generate correct code for interworking
between Arm and Thumb instructions and should be used even if
interworking is not going to be performed.
+@cindex @code{thumb_set} directive, ARM
+@item .thumb_set
+This performs the equivalent of a @code{.set} directive in that it
+creates a symbol which is an alias for another symbol (possibly not yet
+defined). This directive also has the added property in that it marks
+the aliased symbol as being a thumb function entry point, in the same
+way that the @code{.thumb_func} directive does.
+
@cindex @code{.ltorg} directive, ARM
@item .ltorg
This directive causes the current contents of the literal pool to be