Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: Ben Elliston <bje@redhat.com>
Cc: Denis Joseph Barrow <DJBARROW@de.ibm.com>,
	gdb-patches@sourceware.cygnus.com
Subject: Re: config.sub; Was: gdb & gdbserver for s390 31 & 64 bit
Date: Thu, 01 Nov 2001 09:56:00 -0000	[thread overview]
Message-ID: <3BEEC878.2010005@cygnus.com> (raw)
In-Reply-To: <15337.64990.944465.844808@scooby.brisbane.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

>>>>>> "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


[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 2429 bytes --]

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

      parent reply	other threads:[~2001-11-11 18:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-10 11:55 Denis Joseph Barrow
2001-09-26 17:37 ` Andrew Cagney
2001-09-26 18:26 ` Andrew Cagney
     [not found] ` <3BC8A156.4010805@cygnus.com>
     [not found]   ` <15337.64990.944465.844808@scooby.brisbane.redhat.com>
2001-11-01  9:56     ` Andrew Cagney [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3BEEC878.2010005@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=DJBARROW@de.ibm.com \
    --cc=bje@redhat.com \
    --cc=gdb-patches@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox