This is the mail archive of the gcc-patches@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: PATCH: Share the dwarf2 unwind code between glibc and gcc 3.0


On Tue, Jul 10, 2001 at 11:51:18AM +0200, Mark Kettenis wrote:
> Hmm, how is libgcc's __frame_state_for going to get at the frame
> info?  Unless I'm mistaken, calling _Unwind_Find_FDE won't work, since
> the version in libgcc is used, while the data was registered in glibc.

Symbol resolution takes care of that -- glibc will be before
libgcc in the search order.


r~


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