Re: Q: outb, outw et al?

Martin Mares (mj@ucw.cz)
Sun, 23 Aug 1998 15:13:45 +0200


> Cool, thanks. This is what I've assumed, however I read somewhere about
> how to make these calls not appear as undefined symbols. I've lost track
> of where that is and can't seem to find it. Do you have another similarly
> succinct example for this?

Just turn on the optimizations (-O2). The I/O functions are declared
as extern inline and they are inlined properly only during optimizing
compilation.

Have a nice fortnight

-- 
Martin `MJ' Mares   <mj@ucw.cz>   http://atrey.karlin.mff.cuni.cz/~mj/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
"When you open WINDOWS, you let BUGS in!"

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html