Dixi quod… >I suspect gcc emitting a call to strFOO for __builtin_strFOO.
And indeed, it does; waldi just pointed me to the fact that the Linux kernel, despite being a kernel and not a hosted environment, does not use -ffreestanding in its CFLAGS. No surprise it does that, then. When I first upgraded from gcc 2.x to gcc 3.x in MirBSD, the kernel inherited from OpenBSD had similar issues, and adding -ffreestanding as should be fixed that. So, please, compile the Linux kernel with -ffreestanding, too. bye, //mirabilos -- In traditional syntax ' is ignored, but in c99 everything between two ' is handled as character constant. Therefore you cannot use ' in a preproces- sing file in c99 mode. -- Ragge No faith left in ISO C99, undefined behaviour, etc. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

