Subject: Re: Make assembler warnings fatal?
To: Richard Earnshaw <Richard.Earnshaw@buzzard.freeserve.co.uk>
From: Chris Gilbert <chris@dokein.co.uk>
List: tech-kern
Date: 02/26/2005 19:32:45
On Sat, 26 Feb 2005 14:49:22 +0000
Richard Earnshaw <Richard.Earnshaw@buzzard.freeserve.co.uk> wrote:
>
> > Do you have an example of the ARM warning? I'm curious...
>
> I was just trying to find it in my logs (and of course, I can't now :-)
It used to be in the arm version of the in_cksum routine, which was based on the sparc version, see sys/arch/sparc/in_cksum.c. However at some point Steve Woodford made a real asm version, rather than C with some asm lines in it. Which is probably why it's disappeared.
I'm guessing that arm is probably clean now for the assembler warnings.
Thanks,
Chris