All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] linux-2.4.18-pa19 fpu problem
@ 2002-04-17  9:02 joel.soete
  2002-04-17 11:32 ` Matthew Wilcox
  0 siblings, 1 reply; 9+ messages in thread
From: joel.soete @ 2002-04-17  9:02 UTC (permalink / raw)
  To: parisc-linux

Hi all,

Here is some trace I get from the kernel (2.4.18-pa19) make (after a make
oldconfig):
...
gcc -D__KERNEL__ -I/GNU-Dev/parisc-linux/src/linux/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing
-fno-common -D__linux__ -pipe -fno-strength-reduce -mno-space-regs
-mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1
-mschedule=7100   -DKBUILD_BASENAME=driver  -c -o driver.o driver.c
driver.c: In function `handle_fpe':
driver.c:103: warning: implicit declaration of function `decode_fpu'
gcc -D__KERNEL__ -I/GNU-Dev/parisc-linux/src/linux/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing
-fno-common -D__linux__ -pipe -fno-strength-reduce -mno-space-regs
-mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1
-mschedule=7100   -DKBUILD_BASENAME=decode_exc  -c -o decode_exc.o decode_exc.c
decode_exc.c: In function `decode_fpu':
decode_exc.c:168: warning: implicit declaration of function `fpudispatch'
decode_exc.c:239: warning: implicit declaration of function `sgl_denormalize'
decode_exc.c:251: warning: implicit declaration of function `dbl_denormalize'
decode_exc.c:304: warning: suggest parentheses around arithmetic in operand of |
decode_exc.c:350: warning: implicit declaration of function `printk'
gcc -D__KERNEL__ -I/GNU-Dev/parisc-linux/src/linux/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing
-fno-common -D__linux__ -pipe -fno-strength-reduce -mno-space-regs
-mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1
-mschedule=7100   -DKBUILD_BASENAME=fpudispatch  -c -o fpudispatch.o fpudispatch.c
fpudispatch.c: In function `decode_0c':
fpudispatch.c:365: warning: implicit declaration of function `sgl_fsqrt'
fpudispatch.c:368: warning: implicit declaration of function `dbl_fsqrt'
fpudispatch.c:377: warning: implicit declaration of function `sgl_frnd'
fpudispatch.c:380: warning: implicit declaration of function `dbl_frnd'
fpudispatch.c:409: warning: implicit declaration of function `sgl_to_dbl_fcnvff'
fpudispatch.c:412: warning: implicit declaration of function `dbl_to_sgl_fcnvff'
fpudispatch.c:420: warning: implicit declaration of function `sgl_to_sgl_fcnvxf'
fpudispatch.c:423: warning: implicit declaration of function `sgl_to_dbl_fcnvxf'
fpudispatch.c:426: warning: implicit declaration of function `dbl_to_sgl_fcnvxf'
fpudispatch.c:429: warning: implicit declaration of function `dbl_to_dbl_fcnvxf'
fpudispatch.c:435: warning: implicit declaration of function `sgl_to_sgl_fcnvfx'
fpudispatch.c:438: warning: implicit declaration of function `sgl_to_dbl_fcnvfx'
fpudispatch.c:441: warning: implicit declaration of function `dbl_to_sgl_fcnvfx'
fpudispatch.c:444: warning: implicit declaration of function `dbl_to_dbl_fcnvfx'
fpudispatch.c:450: warning: implicit declaration of function `sgl_to_sgl_fcnvfxt'
fpudispatch.c:453: warning: implicit declaration of function `sgl_to_dbl_fcnvfxt'
fpudispatch.c:456: warning: implicit declaration of function `dbl_to_sgl_fcnvfxt'
fpudispatch.c:459: warning: implicit declaration of function `dbl_to_dbl_fcnvfxt'
fpudispatch.c:465: warning: implicit declaration of function `sgl_to_sgl_fcnvuf'
fpudispatch.c:468: warning: implicit declaration of function `sgl_to_dbl_fcnvuf'
fpudispatch.c:471: warning: implicit declaration of function `dbl_to_sgl_fcnvuf'
fpudispatch.c:474: warning: implicit declaration of function `dbl_to_dbl_fcnvuf'
fpudispatch.c:480: warning: implicit declaration of function `sgl_to_sgl_fcnvfu'
fpudispatch.c:483: warning: implicit declaration of function `sgl_to_dbl_fcnvfu'
fpudispatch.c:486: warning: implicit declaration of function `dbl_to_sgl_fcnvfu'
fpudispatch.c:489: warning: implicit declaration of function `dbl_to_dbl_fcnvfu'
fpudispatch.c:495: warning: implicit declaration of function `sgl_to_sgl_fcnvfut'
fpudispatch.c:498: warning: implicit declaration of function `sgl_to_dbl_fcnvfut'
fpudispatch.c:501: warning: implicit declaration of function `dbl_to_sgl_fcnvfut'
fpudispatch.c:504: warning: implicit declaration of function `dbl_to_dbl_fcnvfut'
fpudispatch.c:540: warning: implicit declaration of function `sgl_fcmp'
fpudispatch.c:547: warning: implicit declaration of function `dbl_fcmp'
fpudispatch.c:622: warning: implicit declaration of function `sgl_fadd'
fpudispatch.c:625: warning: implicit declaration of function `dbl_fadd'
fpudispatch.c:634: warning: implicit declaration of function `sgl_fsub'
fpudispatch.c:637: warning: implicit declaration of function `dbl_fsub'
fpudispatch.c:646: warning: implicit declaration of function `sgl_fmpy'
fpudispatch.c:649: warning: implicit declaration of function `dbl_fmpy'
fpudispatch.c:658: warning: implicit declaration of function `sgl_fdiv'
fpudispatch.c:661: warning: implicit declaration of function `dbl_fdiv'
fpudispatch.c:670: warning: implicit declaration of function `sgl_frem'
fpudispatch.c:673: warning: implicit declaration of function `dbl_frem'
fpudispatch.c: In function `decode_2e':
fpudispatch.c:1354: warning: implicit declaration of function `dbl_fmpynfadd'
fpudispatch.c:1357: warning: implicit declaration of function `dbl_fmpyfadd'
fpudispatch.c:1376: warning: implicit declaration of function `sgl_fmpynfadd'
fpudispatch.c:1379: warning: implicit declaration of function `sgl_fmpyfadd'
...

I do think that lacks a header to define some function.

Thanks in advance for help,
    Joel


-------------------------------------------------
This mail sent through Tiscali Webmail (http://webmail.tiscali.be)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-04-21 13:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-17  9:02 [parisc-linux] linux-2.4.18-pa19 fpu problem joel.soete
2002-04-17 11:32 ` Matthew Wilcox
2002-04-17 14:42   ` Paul Bame
2002-04-17 15:44     ` Matthew Wilcox
2002-04-17 17:24   ` joel.soete
2002-04-17 19:41     ` [parisc-linux] gcc-3.2 for parisc James Mcclain
2002-04-18  1:59       ` John David Anglin
2002-04-18  3:48       ` Randolph Chung
2002-04-21 12:43   ` [parisc-linux] linux-2.4.18-pa19 fpu problem Joel Soete

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.