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: [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.
>


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