Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@redhat.com>
To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com
Subject: PATCH: recognize M32C in config.sub
Date: Thu, 02 Jun 2005 22:10:00 -0000	[thread overview]
Message-ID: <vt2k6lcpg2j.fsf@zenia.home> (raw)


I've committed the following change to the binutils/gdb tree; it's
been approved and committed by the CONFIG maintainers.

2005-06-02  Jim Blandy  <jimb@redhat.com>

	* config.sub: Add cases for the Renesas m32c.  (This patch has been
	accepted into the master sources.)

Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.51
diff -c -p -r1.51 config.sub
*** config.sub	29 Apr 2005 14:00:02 -0000	1.51
--- config.sub	31 May 2005 20:55:03 -0000
*************** case $basic_machine in
*** 273,278 ****
--- 273,281 ----
  	| z8k)
  		basic_machine=$basic_machine-unknown
  		;;
+ 	m32c)
+ 		basic_machine=$basic_machine-unknown
+ 		;;
  	m6811 | m68hc11 | m6812 | m68hc12)
  		# Motorola 68HC11/12.
  		basic_machine=$basic_machine-unknown
*************** case $basic_machine in
*** 351,356 ****
--- 354,361 ----
  	| ymp-* \
  	| z8k-*)
  		;;
+ 	m32c-*)
+ 		;;
  	# Recognize the various machine names and aliases which stand
  	# for a CPU type and a company and sometimes even an OS.
  	386bsd)


                 reply	other threads:[~2005-06-02 22:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=vt2k6lcpg2j.fsf@zenia.home \
    --to=jimb@redhat.com \
    --cc=binutils@sources.redhat.com \
    --cc=gdb-patches@sources.redhat.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