2000-12-05 15:09:31

by Frank Jacobberger

[permalink] [raw]
Subject: lcalls ???

Would someone be so kind and inform where I might go ferret out why I'm
getting these multiple lcalls from pci-pc.o?

Would I look real hard at General Setup in make menuconfig??

The kernels I have maked all work, but this little area puzzles me....

_______________________________________________________________________
kgcc -D_KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -02
-fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686 -c -o
pci-pc.o pci-pc.c
{standard input}: Assembler messages:
{standard input} 829: Warning: indirect lcall without `*'
{standard input}:911: Warning: indirect lcall without `*'
{standard input}:1006: Warning: indirect lcall without `*'
{standard input}:1046: Warning: indirect lcall without `*'
{standard input}:1076: Warning: indirect lcall without `*'
{standard input}:1106: Warning: indirect lcall without `*'
{standard input}:1137: Warning: indirect lcall without `*'
{standard input}:1166: Warning: indirect lcall without `*'
{standard input}:1195: Warning: indirect lcall without `*'
{standard input}:1497: Warning: indirect lcall without `*'
{standard input}:1592: Warning: indirect lcall without `*'
kgcc -D_KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -02
-fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686 -c -o
pci-irq.o pci-irq.c
________________________________________________________________________

Any pointers here would be appreciated.

Thanks again,

Frank