deregister_frame_info w/o register?
Jeffrey A Law
law@cygnus.com
Sun Oct 31 16:01:00 GMT 1999
In message < 19991031164838.J19769@rjlhome.sco.com >you write:
> I finally got a chance to look at the horrible test results on COFF
> mode of i686-pc-sco3.2v5.0.5. It looks like (even for "hello, world"
> in C) __deregister_frame_info() is being called when there isn't a
> corresponding call to register_frame_info(). Does this ring bells for
> anyone?
For your target I believe they should be registered as global constructors
and fire out of do_global_ctors. Or something close to that -- the point is
to grope around the startup code.
jeff
More information about the Gcc-bugs
mailing list