Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@ges.redhat.com>
To: Kevin Buettner <kevinb@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch/rfc] Rationalize Instruction Set Architecture targets
Date: Sat, 17 Aug 2002 20:44:00 -0000	[thread overview]
Message-ID: <3D5F180C.5040904@ges.redhat.com> (raw)
In-Reply-To: <1020806225310.ZM32224@localhost.localdomain>

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

> On Aug 5, 10:42pm, Andrew Cagney wrote:
> 
> 
>> I'm not sure how to follow this through.  I could commit it all as is, 
>> or incrementally has maintainers for specific targets (eg PPC/rs6000, 
>> i386) give an ok.
> 
> 
> Okay on the parts I can okay.

I've now also checked in the attached.

enjoy,
Andrew




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

2002-08-17  Andrew Cagney  <ac131313@redhat.com>

	* config/ia64/ia64.mt: New file.
	* config/alpha/alpha.mt: New file.
	* MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
	ia64-linux-gnu.  Mention that ia64-elf is broken.
	* configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.193
diff -u -r1.193 MAINTAINERS
--- MAINTAINERS	8 Aug 2002 15:37:29 -0000	1.193
+++ MAINTAINERS	18 Aug 2002 03:25:49 -0000
@@ -56,7 +56,7 @@
 
 	a29k		Deleted.
 
-	alpha		--target=alpha-dec-osf4.0a -Werror
+	alpha		--target=alpha-elf -Werror
 			Maintenance only
 
 	arc		(--target=arc-elf OBSOLETE)
@@ -98,7 +98,8 @@
 			Maintenance only
 			OBSOLETE candidate, not multi-arch
 
-	ia64		--target=ia64-linux ,-Werror
+	ia64		--target=ia64-linux-gnu ,-Werror
+			(--target=ia64-elf broken)
 			Kevin Buettner		kevinb@redhat.com
 
 	m32r		(--target=m32r-elf broken)
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.78
diff -u -r1.78 configure.tgt
--- configure.tgt	15 Aug 2002 22:51:40 -0000	1.78
+++ configure.tgt	18 Aug 2002 03:25:49 -0000
@@ -42,6 +42,7 @@
 alpha*-*-linux*)	gdb_target=alpha-linux ;;
 alpha*-*-freebsd*)	gdb_target=fbsd ;;
 alpha*-*-netbsd*)	gdb_target=nbsd ;;
+alpha*-*-*)		gdb_target=alpha ;;
 
 # OBSOLETE arc-*-*)		gdb_target=arc ;;
 
@@ -133,6 +134,7 @@
 ia64-*-linux*)		gdb_target=linux
 			build_gdbserver=yes
 			;;
+ia64*-*-*)		gdb_target=ia64 ;;
 
 m32r-*-elf*)		gdb_target=m32r ;;
 
Index: config/alpha/alpha.mt
===================================================================
RCS file: config/alpha/alpha.mt
diff -N config/alpha/alpha.mt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ config/alpha/alpha.mt	18 Aug 2002 03:25:49 -0000
@@ -0,0 +1,2 @@
+TDEPFILES= alpha-tdep.o
+TM_FILE= tm-alpha.h
Index: config/ia64/ia64.mt
===================================================================
RCS file: config/ia64/ia64.mt
diff -N config/ia64/ia64.mt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ config/ia64/ia64.mt	18 Aug 2002 03:25:49 -0000
@@ -0,0 +1,2 @@
+TDEPFILES= ia64-tdep.o
+TM_FILE= tm-ia64.h

  parent reply	other threads:[~2002-08-18  3:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-05 19:42 Andrew Cagney
2002-08-06 15:53 ` Kevin Buettner
2002-08-08  8:39   ` Andrew Cagney
2002-08-17 20:44   ` Andrew Cagney [this message]
2002-08-17 21:14 ` Andrew Cagney

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=3D5F180C.5040904@ges.redhat.com \
    --to=ac131313@ges.redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=kevinb@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