[RFC/PATCH] Fixup WARNINGs related to COMMON symbol

Segher Boessenkool segher at kernel.crashing.org
Sat May 12 21:48:14 EST 2007


> -	.comm	fee_restarts,4
> +	.section .bss
> +	.align	2
> +fee_restarts:
> +	.space	4
> +	.text

Please use .previous instead of .text, it makes things
easier if ever the code section needs to change here.


Segher




More information about the Linuxppc-dev mailing list