Re: [PATCH] pop previous section in alternative.c

From: H. Peter Anvin
Date: Thu Apr 10 2008 - 12:11:57 EST


Linus Torvalds wrote:

That would mark gcc itself as buggy, because gcc will move some things into the #APP/#NO_APP thing, and sometimes doesn't end the #APP at all!


That is quite buggy indeed, since the whole #APP and #NO_APP string set are arbitrary strings that are part of the gcc configuration, marked as "what to insert before user assembly" and "what to insert after user assembly." They are not guaranteed to be simple comments, in fact.

In fact, gas *is* sensitive to #APP ... #NO_APP, so they are not simple comments.

-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/