diff options
author | Paul Brook <paul@codesourcery.com> | 2006-11-29 17:53:39 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-11-29 17:53:39 +0000 |
commit | e1da3f5b9645750e966e471ff0db480d6450dcb7 (patch) | |
tree | c2b3c0e23c7c61d0c38e755977902505a3659baf /gas/doc | |
parent | 0eaedd0eb68e6b71c75b1f8d2d9d62a12bde3e9e (diff) | |
download | gdb-e1da3f5b9645750e966e471ff0db480d6450dcb7.zip gdb-e1da3f5b9645750e966e471ff0db480d6450dcb7.tar.gz gdb-e1da3f5b9645750e966e471ff0db480d6450dcb7.tar.bz2 |
2006-11-29 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (arm_is_eabi): New function.
* config/tc-arm.h (arm_is_eabi): New prototype.
(THUMB_IS_FUNC): Use ELF function type for EABI objects.
* doc/c-arm.texi (.thumb_func): Update documentation.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 2fea463..a3db1df 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -429,6 +429,9 @@ between Arm and Thumb instructions and should be used even if interworking is not going to be performed. The presence of this directive also implies @code{.thumb} +This directive is not neccessary when generating EABI objects. On these +targets the encoding is implicit when generating Thumb code. + @cindex @code{thumb_set} directive, ARM @item .thumb_set This performs the equivalent of a @code{.set} directive in that it |