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]

[patch/5.1] s390 target/native


FYI,

I'm committing the attached to both the 5.1 branch and the trunk (I've 
omitted the new files, they have been posted previously).  Per the 
maintainers file, it even builds with -Werror - very nice!

enjoy,
Andrew
2001-10-13  Andrew Cagney  <ac131313@redhat.com>

	S/390 31 & 64 bit target and GNU/Linux native support.
	Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM.
	* s390-nat.c, s390-tdep.c: New file.
	* config/s390/nm-linux.h, config/s390/s390.mh: New file.
	* config/s390/s390.mt, config/s390/s390x.mt: New file.
	* config/s390/tm-linux.h, config/s390/tm-s390.h: New file.
	* config/s390/xm-linux.h: New file.
	* NEWS: Update.
	* MAINTAINERS: Update.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.119
diff -p -r1.119 MAINTAINERS
*** MAINTAINERS	2001/10/12 15:59:11	1.119
--- MAINTAINERS	2001/10/13 22:05:45
*************** maintainer works with the native maintai
*** 128,133 ****
--- 128,136 ----
  	rs6000		--target=rs6000-ibm-aix3.2,rs6000-ibm-aix4.1 ,-Werror
  			(see rs6000 native and ppc target)
  
+ 	s390		--target=s390-linux ,-Werror
+ 			(contact DJ Barrow	djbarrow@de.ibm.com)
+ 
  	sh		--target=sh-hms,sh-elf ,-Werror
  			Elena Zannoni		ezannoni@redhat.com
  
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.33
diff -p -r1.33 NEWS
*** NEWS	2001/09/10 18:13:17	1.33
--- NEWS	2001/10/13 22:05:46
*************** x86 FreeBSD 3.x and 4.x				i[3456]86*-fr
*** 10,15 ****
--- 10,16 ----
  MIPS Linux					mips*-*-linux*
  MIPS SGI Irix 6.x				mips*-sgi-irix6*
  ia64 AIX					ia64-*-aix*
+ s390 and s390x Linux				{s390,s390x}-*-linux*
  
  * New targets
  

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