On Sat, Mar 18, 2006 at 12:54:36AM +0100, Roland Mainz wrote: > Is there no way to use gcc's builtin functions except those which should > be handled by the platform-optimized libc ? Using -fno-builtin is like > hunting ducks with a Abrahams tank...
Yes, you can say -fno-builtin-<function>. Unfortunately there's no -fno-builtin -fbuiltin-<function>. See the gcc texinfo documentation, the section on C Dialect Options. Note that there are literally hundreds of these functions, many of which are quite complex and almost certainly too fat to inline, at least in the kernel. -- Keith M Wesolowski "Sir, we're surrounded!" Solaris Kernel Team "Excellent; we can attack in any direction!" _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org