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: Cross solib support; multi-arch problem?


>> So, I added a tm-cris.h file containing:
>> 
>> #define GDB_MULTI_ARCH 1
>> #include "solib.h"
> 
> 
> Unfortunately, I think this is going to be needed for the medium term. 
> In the fullness of time, we'd like to get all of the shared library
> support consolidated to using only solib.c for the interface to the
> rest of GDB.  Once that is done, ADD_SOLIB and company won't be need
> to be macros any more.  To be more precise, the shared library
> framework present in solib.c will be present for all targets whether
> it's needed or not.  When SOLIB_ADD() (or probably just solib_add())
> is called, it'll simply not do anything when the target in question
> doesn't have/require shared library support.

Kevin, what exactly does it take to do this?  Can the GDB group grit 
their teath and throw a switch?

enjoy,
Andrew



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