On Wednesday 01 February 2006 09:32, Russell King wrote:

> @ is the comment character on ARM, so this can't go here - we use
> 
>       .type name, %function
> 
> instead.  Interestingly, the info pages for as seem to indicate that
> there's a number of alternatives - maybe the most benign one should
> be used, iow:
> 
>       .type name, "function"
> 
> or alternatively make ENDPROC arch-overridable.

Actually it could be just per architecture. Or do you see ARM specific
assembly code using ENDPROC() any time soon? And there are no portable
assembly files.

I assume Jan only wants/needs it for x86(-32/64) and perhaps ia64/ppc.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to