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

Re: deregister_frame_info w/o register?


  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


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