This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch][mudflap] Mudflap cleanup
> IMHO either mf-runtime.h should not use #pragma redefine_extname
> (it could use asm("newname") with the same effect, available
> unconditionally), or we should unconditionally enable this pragma.
>
Chaning mf-runtime.h to use asm("newname") sounds like the option
since it would not impact anything else. I 'll work on this.
> Setting a target feature from non-target code looks bogus at least.
> (An obvious fix for your patch would be to keep the flag_mudflap
> check where it is).
I 'll keep the flag_mudflap for now.
Thanks
tunji
>
> Thanks,
> Richard.
>