Re: [PATCH] warning fixes for 2.4.5pre5
Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 25 May 2001 17:10:12 +0100 (BST)
> This patch has been tested and the code does compile. 
> 
> Rich
> 
> diff -urN -X /linux/dontdiff linux/arch/i386/math-emu/fpu_trig.c 
> rb/arch/i386/math-emu/fpu_trig.c
> --- linux/arch/i386/math-emu/fpu_trig.c	Fri Apr  6 12:42:47 2001
> +++ rb/arch/i386/math-emu/fpu_trig.c	Tue May 22 16:44:57 2001
> @@ -1543,6 +1543,7 @@
>  	  EXCEPTION(EX_INTERNAL | 0x116);
>  	  return;
>  #endif /* PARANOID */
> +	  return;	
This seems to be a change in behaviour. Have you done a glibc fpu test on
the changes ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/