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: [mudflap] build changes


> The following patch tugs libmudflap builds into a more portable
> direction.  There is also a one-liner patch to gcc.c, but since
> it is a change to a mudflap-only variable, this time I'll cross
> into maintanence-area grayness and commit that too.

Thanks for doing this, the library now builds on all versions of Solaris I 
tested.

But there is still a big problem with the Sun linker: it doesn't appear to 
have a feature equivalent to --wrap for GNU ld (or -brename for the AIX 
linker).

Do you think it is feasible to use

#pragma redefine_extname

instead on platforms that support it?

-- 
Eric Botcazou


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