Subject: Re: kernel build error, (3/11 SUP)
To: Paul Kranenburg <pk@cs.few.eur.nl>
From: Bill Sommerfeld <sommerfeld@orchard.east-arlington.ma.us>
List: current-users
Date: 03/12/1997 12:40:43
> > 	movl	$(((_end-_edata)+3)>>2),%ecx
> > 
> 
> This looks very suspicious to me. The symbols `_end' and `_edata' are not
> known to the assembler, so doing arithmetic on them is pretty bogus.

They're both link-time constants, so it *should* work..

					- Bill