aboutsummaryrefslogtreecommitdiff
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
parentc602a1658f73f9999cd59db8b5e26a03a87631af (diff)
downloadfsf-binutils-gdb-5395a469da854abccaffc1c62fce59a0a3ed5bb1.zip
fsf-binutils-gdb-5395a469da854abccaffc1c62fce59a0a3ed5bb1.tar.gz
fsf-binutils-gdb-5395a469da854abccaffc1c62fce59a0a3ed5bb1.tar.bz2
Document .thumb_set directive.
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/doc/c-arm.texi8
2 files changed, 13 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 97e3785..b05d495 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,6 +1,10 @@
+1999-07-08 Nick Clifton <nickc@cygnus.com>
+
+ * doc/c-arm.texi (ARM Directives): Document .thumb_set directive.
+
1999-07-07 Nick Clifton <nickc@cygnus.com>
- * config/tc-v850.c (v850_comm): Use symbol_get_obj() ratehr than
+ * config/tc-v850.c (v850_comm): Use symbol_get_obj() rather than
accessing symbolP directly.
Tue Jul 6 10:41:42 1999 Jeffrey A Law (law@cygnus.com)
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 1538ac9..3c1677c 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