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]
Other format: [Raw text]

Re: [RFA] Sparc/Linux fixes part 1


   From: Michael Snyder <msnyder@redhat.com>
   Date: Fri, 19 Apr 2002 18:25:32 -0700

   The idea is sound, but the implementation is not very 
   multi-arch-ish.  Is there a runtime way to do this, 
   rather than by using a macro?  The whole purpose of
   multi-arch is that these decisions get made at runtime.
   
It is done at runtime, why do you think I check
GDB_TARGET_IS_SPARC64 in the tm-sp64linux.h case?

For tm-linux.h it can only possibly be one value.

Eventually I want to merge tm-sp64linux.h and tm-linux.h
into one configuration, but I want to merge in all of
my previous work first as that provides the infrastructure I need to
do that properly.


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