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] multi-arch INIT_FRAME_PC*; Was: New gdb 31 & 64 bit patches for S/390


Michael,

I've checked in the attached as an obvious fix.  I'll follow this up 
with a more pig-headed gdbarch.sh (#error) so that the problem gets 
detected earlier.

	Andrew
2001-06-17  Andrew Cagney  <ac131313@redhat.com>

	* config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Down grade to
	GDB_MULTI_ARCH_PARTIAL from two.

Index: config/sparc/tm-sun4sol2.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-sun4sol2.h,v
retrieving revision 1.8
diff -p -r1.8 tm-sun4sol2.h
*** tm-sun4sol2.h	2001/05/15 00:03:38	1.8
--- tm-sun4sol2.h	2001/06/17 16:56:04
***************
*** 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 GDB_MULTI_ARCH_PARTIAL
  
  #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]