[U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions
Mike Frysinger
vapier at gentoo.org
Fri Feb 17 18:13:17 CET 2012
On Wednesday 15 February 2012 08:57:31 Aneesh V wrote:
> This is done using the following directive preceding
> each function definition:
>
> .type <func-name>, %function
>
> This marks the symbol as a function in the object
> header which in turn helps the linker in some cases.
>
> In particular this was found needed for resolving ARM/Thumb
> calls correctly in a build with Thumb interworking enabled.
ideally arm would use the new linkage.h header and then these would change to
doing what Linux does:
ENTRY(foo)
<asm>
ENDPROC(foo)
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120217/55f51e87/attachment.pgp>
More information about the U-Boot
mailing list