This is the mail archive of the gdb-patches@sourceware.cygnus.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]

[PATCH}: Turn on Multi-Arch for Sparc Solaris.



Thru an oversight, I forgot to actually turn this on when I
checked in my earlier patch!  Hope it gets some genuine field
testing now... 

2000-05-17  Michael Snyder  <msnyder@seadog.cygnus.com>

        * config/sparc/tm-sun4sol2.h: Turn on multi-arch.

Index: config/sparc/tm-sun4sol2.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-sun4sol2.h,v
retrieving revision 1.3
diff -p -r1.3 tm-sun4sol2.h
*** tm-sun4sol2.h	2000/05/10 20:07:25	1.3
--- tm-sun4sol2.h	2000/05/18 00:11:26
***************
*** 19,25 ****
     Foundation, Inc., 59 Temple Place - Suite 330,
     Boston, MA 02111-1307, USA.  */
  
! /*#define GDB_MULTI_ARCH 2*/
  
  #include "sparc/tm-sparc.h"
  #include "tm-sysv4.h"
--- 19,25 ----
     Foundation, Inc., 59 Temple Place - Suite 330,
     Boston, MA 02111-1307, USA.  */
  
! #define GDB_MULTI_ARCH 2
  
  #include "sparc/tm-sparc.h"
  #include "tm-sysv4.h"

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