This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Automatically mark Thumb functions.


On Tuesday 31 October 2006 17:49, Nick Clifton wrote:
> Hi Paul,
>
> > The attached patch makes gas mark ELF function symbols as being Thumb
> > symbols based on the current mode, rather than relying on .thumb_func
> > directives.
>
> Does this mean that in EABI mode the .thumb_func directive is ignored ?

No. A symbol is marked as being a thumb function if either .thumb_func is 
specified, or if it occurs after a .thumb directive.

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]