On Sun, 2006-12-10 at 15:58 -0800, Randy Dunlap wrote: > Is it OK for section .parainstructions to reference > exit.text? Yep, it can (and will) reference any section. > From: Randy Dunlap <randy.dunlap at oracle.com> > > Section .parainstructions should not warn about section mismatches. > > WARNING: drivers/net/hamradio/scc.o - Section mismatch: reference to .exit.text: from .parainstructions after '' (at offset 0x0) > WARNING: drivers/net/hamradio/scc.o - Section mismatch: reference to .exit.text: from .parainstructions after '' (at offset 0x8) > > Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com> Acked-by: Rusty Russell <rusty at rustcorp.com.au>