This is the mail archive of the gcc@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]

-fmudflap and -fmudflapth


The gcc documentation says:

----------------------------------------
  Use `-fmudflapth' instead of `-fmudflap' to compile and to link if
your program is multi-threaded.
----------------------------------------

but the mudflap gate is

static bool
gate_mudflap (void)
{
  return flag_mudflap != 0;
}

so one must use -fmudflapth in addition to -fmudflap. Right? Should I
fix the documentation?

Thanks?
Rafael

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