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.
This commit is contained in:
parent
0eaedd0eb6
commit
e1da3f5b96
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue