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: config.sub; Was: gdb & gdbserver for s390 31 & 64 bit


>>>>>> "Andrew" == Andrew Cagney <ac131313@cygnus.com> writes:
> 
> 
> Andrew> Denis,
>   Andrew> Top level config.sub patches, such as the attached, need to first be 
>   Andrew> approved by the config maintainer.  Once approved, I'm ok with it going 
>   Andrew> into the GDB 5.1 branch.
> 
> Thanks; applied to the FSF master version.  I should point out that
> someone from IBM already contributed a patch earlier for the S/390,
> but this one is better so I superceded the original.

Thanks, I've committed the attached to GDB's 5.1 branch.

Andrew

2001-11-11  Andrew Cagney  <ac131313@redhat.com>

	From Denis Joseph Barrow:
	* config.sub: Map s390 and s390x onto s390-ibm and s390x-ibm.

Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.20
diff -p -r1.20 config.sub
*** config.sub	2001/03/22 11:09:20	1.20
--- config.sub	2001/11/11 18:42:43
*************** case $basic_machine in
*** 230,236 ****
  		| mips16 | mips64 | mipsel | mips64el \
  		| mips64orion | mips64orionel | mipstx39 | mipstx39el \
  		| mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
! 		| mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \
  		| sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \
  		| thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \
  		| pj | pjl | h8500)
--- 230,236 ----
  		| mips16 | mips64 | mipsel | mips64el \
  		| mips64orion | mips64orionel | mipstx39 | mipstx39el \
  		| mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
! 		| mips64vr5000 | miprs64vr5000el | mcore \
  		| sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \
  		| thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \
  		| pj | pjl | h8500)
*************** case $basic_machine in
*** 275,281 ****
  	      | mips64el-* | mips64orion-* | mips64orionel-* \
  	      | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
  	      | mipstx39-* | mipstx39el-* | mcore-* \
! 	      | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \
  	      | [cjt]90-* \
  	      | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
  	      | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \
--- 275,281 ----
  	      | mips64el-* | mips64orion-* | mips64orionel-* \
  	      | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
  	      | mipstx39-* | mipstx39el-* | mcore-* \
! 	      | f30[01]-* | f700-* | sv1-* | t3e-* \
  	      | [cjt]90-* \
  	      | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
  	      | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \
*************** case $basic_machine in
*** 741,746 ****
--- 741,752 ----
  		;;
  	rtpc | rtpc-*)
  		basic_machine=romp-ibm
+ 		;;
+ 	s390 | s390-* )
+ 		basic_machine=s390-ibm
+ 		;;
+ 	s390x | s390x-* )
+ 		basic_machine=s390x-ibm
  		;;
  	sa29200)
  		basic_machine=a29k-amd

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