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: exceptions with FreeBSD 2.25 anybody ?


  In message <199801211834.TAA21785@pollux.sdata.de>you write:
  > I had a quick look at frame.c and if I understand the code there, the
  > info has to be registered with __register_frame_info at program start.
  > So, I set a break point with gdb on __register_frame_info and to my
  > surprise, __register_frame_info() is never called !
That would indicate a problem with global ctor/dtor support since the
frame register support uses the same code.

First thing is to find out if somehow you're not using collect2.

gcc -Wl,-v somefile.c

Should give you enough information to determine if you're using collect2.

jeff



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