This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

Re: [PATCH] solib-svr4.c: Fix set_solib_svr4_fetch_link_map_offsets


Kevin Buettner <kevinb@cygnus.com> writes:

> I mentioned above that I had run into a number of problems while
> creating a Linux/PPC specific link map offset fetcher.  Fixes for the
> other problems I encountered will be addressed in other patches. 
> As a heads up though, one of the problems is that solib-svr4.c
> actually contains (ifdef'd) shared library support for both SVR4 and
> SunOS.  I will be disentangling these mechanisms and will place SunOS
> shared library support in its own file.  That way we'll be able to do
> away with the SVR4_SHARED_LIBS macro and we won't accidentally attempt
> to ever include <link.h> from solib-svr4.c any longer.

I have been working on disentangling SVR4 (ELF) and SunOS (a.out)
shared library support a few weeks ago.  It's not quite finished yet
(ELF is basically done, but I still need to finish the a.out stuff).
Perhaps we should coordinate our actions?

Mark


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