This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libtool piecewise linking
Alan Modra <amodra@bigpond.net.au> writes:
> On Thu, Aug 21, 2003 at 10:08:50PM -0300, Alexandre Oliva wrote:
> > Can double quotes within double quotes be quoted somehow?
>
> No.
Although, if we turned \" into ", and \\ into \, and otherwise ignored
\, then the only backward compatibility issue would be for names which
contained exactly \" or \\. I think it would probably be worth it in
order to have a mechanism to include any name in a linker script.
Ian