On Sat, 2008-01-05 at 02:56 -0500, Mike Frysinger wrote: > On Tuesday 06 November 2007, Hans-Christian Egtvedt wrote: > > + __asm__ __volatile__( > > + "/* Inline test and set */\n" > > is it really a good idea to be sticking comments in the assembly output ? i > guess as long as your assembler supports it as they wont be getting > preprocessed by the the compiler ... >
Comments in assembly output works, yes. -- With kind regards, Hans-Christian Egtvedt, Applications Engineer _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
