This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: support for MSVC-style sub-section merging


>> Second try. It still had to become atarget macro, in order to be able
to
>> concatenate it with other string constants. Bootstrapped and tested
on
>> i686-pc-linux-gnu. Jan
>
>It doesn't need concatenating, it could be included in the output
strings
>using %s in the printf formats, but I'll leave it to whoever reviews
this
>patch to decide what they think on the matter.

Only for the uses you see in that patch. The NetWare patch, however,
also tags this to ".eh_frame", which is only a string literal.

Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]