Leandro Piccilli <[EMAIL PROTECTED]> wrote:
>
>   CC      drivers/video/sis/sis_main.o
>  drivers/video/sis/sis_main.c: In function `sisfb_do_set_var':
>  drivers/video/sis/sis_main.c:622: warning: unused variable `reg'
>    CC      drivers/video/sis/sis_accel.o
>  .
>  finishing with this errors:
> 
>    LD      init/built-in.o
>    LD      .tmp_vmlinux1
>  drivers/built-in.o(.text+0x9ae71): In function `sisfb_do_set_var':
>  : undefined reference to `__floatsidf'

Well sisfb_do_set_var() is using floating point.  I guess it has been
changed in the recent update so the compiler now has to actually emit FP
library function calls.

It would be best if that code could be reworked to use integer math.


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to