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]

config.sub; Was: gdb & gdbserver for s390 31 & 64 bit


Denis,

Top level config.sub patches, such as the attached, need to first be 
approved by the config maintainer.  Once approved, I'm ok with it going 
into the GDB 5.1 branch.

 From src/MAINTAINERS:
> config.guess; config.sub; dejagnu/config.guess;
> readline/support/config.sub; readline/support/config.guess
>         config: http://gnu.org
>         Patches to config-patches@gnu.org.
>         Changes need to be done in tandem with the official CONFIG
>         sources or submitted to the master file maintainer and brought
>         in via a merge.

I've cc'd the relevant list.

enjoy,
Andrew
2001-09-26  Andrew Cagney  <ac131313@redhat.com>

	From 2001-08-22 D.J. Barrow <djbarrow@de.ibm.com>:
	* config.sub: Added S/390 31 & 64 bit target.

Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.20
retrieving revision 1.20.4.1
diff -p -r1.20 -r1.20.4.1
*** config.sub	2001/03/22 11:09:20	1.20
--- config.sub	2001/09/27 00:13:29	1.20.4.1
*************** case $basic_machine in
*** 742,747 ****
--- 742,753 ----
  	rtpc | rtpc-*)
  		basic_machine=romp-ibm
  		;;
+ 	s390 | s390-* )
+ 		basic_machine=s390-ibm
+ 		;;
+ 	s390x | s390x-* )
+ 		basic_machine=s390x-ibm
+ 		;;
  	sa29200)
  		basic_machine=a29k-amd
  		os=-udi

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