Re: [RFC v2 4/7] asm/sections: add a generic push_section_tbl()

From: H. Peter Anvin
Date: Sun Feb 21 2016 - 21:59:29 EST


On 02/19/16 13:06, Luis R. Rodriguez wrote:
>>
>> I think the \n\t is unnecessary.
>
> Super! I wonder if we we can just use this on s390 as well without it pooping?
> I ask as this would set a precedent.
>

Ask Heike, but I think just ; or \n ought be be fine. I do not know of
*any* case where \t at the end of a string would ever be necessary, and
it would *always* be possible to replace it with a space in a pinch.

-hpa