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]

Re: __register_frame_info & shared library compatibility



  In message <19990408215451.B21750@pcep-jamie.cern.ch>you write:
  > Is is possible to include a stub weak *definition* of
  > __register_frame_info in crtbeginS.o, which is nothing more than a
  > return instruction?
No, because if the user binary actually expected to use the
__register_frame_info that was originally satisfied by the library, then it'll
get the useless stub instead of the real implementation.

jeff


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