> Darn - oh well. I don't suppose NetBSD would like to switch to a 'one
> instruction per line' approach for their assembler source code ?
There's no way to write the following #define without using a statement
separator:
#define _ENTRY(x) \
.text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:
R.
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
http://www.arm.linux.org.uk/armlinux/mailinglists.php
Please visit the above addresses for information on this list.