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: Thu, 08 Aug 2002 08:39:00 -0000 [thread overview]
Message-ID: <3D52909B.3020304@ges.redhat.com> (raw)
In-Reply-To: <1020806225310.ZM32224@localhost.localdomain>
[-- Attachment #1: Type: text/plain, Size: 329 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.
Thanks, I've so far checked in the attached. More to come :-)
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1824 bytes --]
2002-08-08 Andrew Cagney <ac131313@redhat.com>
* configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
powerpc*-*-*.
* MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.192
diff -u -r1.192 MAINTAINERS
--- MAINTAINERS 6 Aug 2002 14:12:46 -0000 1.192
+++ MAINTAINERS 8 Aug 2002 15:06:02 -0000
@@ -136,9 +136,6 @@
powerpc --target=powerpc-eabi ,-Werror
Kevin Buettner kevinb@redhat.com
- rs6000 --target=rs6000-ibm-aix4.1 ,-Werror
- (see rs6000 native and ppc target)
-
s390 --target=s390-linux ,-Werror
(contact DJ Barrow djbarrow@de.ibm.com)
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.76
diff -u -r1.76 configure.tgt
--- configure.tgt 6 Aug 2002 14:12:46 -0000 1.76
+++ configure.tgt 8 Aug 2002 15:06:02 -0000
@@ -218,22 +218,15 @@
powerpc-*-netbsd*) gdb_target=nbsd ;;
powerpc-*-aix*) gdb_target=aix ;;
-powerpc-*-eabi* | powerpc-*-sysv* | powerpc-*-elf*)
- if test -f ../sim/ppc/Makefile; then
- gdb_target=ppc-sim
- else
- gdb_target=ppc-eabi
- fi ;;
-powerpcle-*-eabi* | powerpcle-*-sysv* | powerpcle-*-elf*)
- if test -f ../sim/ppc/Makefile; then
- gdb_target=ppcle-sim
- else
- gdb_target=ppcle-eabi
- fi ;;
powerpc-*-linux*) gdb_target=linux
build_gdbserver=yes
;;
powerpc-*-vxworks*) gdb_target=vxworks ;;
+powerpc*-*-*) if test -f ../sim/ppc/Makefile; then
+ gdb_target=ppc-sim
+ else
+ gdb_target=ppc-eabi
+ fi ;;
rs6000-*-lynxos*) gdb_target=rs6000lynx ;;
rs6000-*-aix4*) gdb_target=aix4 ;;
next prev parent reply other threads:[~2002-08-08 15:39 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 [this message]
2002-08-17 20:44 ` Andrew Cagney
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=3D52909B.3020304@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