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]

[tree-ssa mudflap] bad 'errno' registration


The recent wrappers patch has a few lines that differ from what I
submitted, and one causes an unregister assert failure:

In mf-hooks.c:2374 we register the thread 'errno' as type
__MF_TYPE_STATIC which is wrong. I used __MF_TYPE_GUESS
(which works) but maybe there is another better type -
I do not know.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>


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