From: Mark Kettenis <kettenis@chello.nl>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] Simplify i386 target configs
Date: Fri, 09 Apr 2004 15:02:00 -0000 [thread overview]
Message-ID: <200404091501.i39F1uUH098592@elgar.kettenis.dyndns.org> (raw)
This folds a number of targets into a generic i386 target.
Committed,
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* configure.tgt: Remove i[34567]86-*-go32*,
i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
and i[34567]86-*-isc*. Set gdb_target to i386 for
i[34567]86-*-netware* and i[34567]86-*-*.
* config/i386/i386.mt: New file.
* config/i386/embed.mt: Remove file.
* config/i386/go32.mt: Remove file.
* config/i386/i386nw.mt: Remove file.
* config/i386/i386v.mt: Remove file.
* config/i386/tm-go32.h: Remove file.
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.136
diff -u -p -r1.136 configure.tgt
--- configure.tgt 5 Apr 2004 03:52:41 -0000 1.136
+++ configure.tgt 9 Apr 2004 14:59:27 -0000
@@ -80,23 +80,18 @@ i[34567]86-ncr-*) gdb_target=ncr3000 ;;
i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu)
gdb_target=nbsd ;;
i[34567]86-*-openbsd*) gdb_target=obsd ;;
-i[34567]86-*-go32*) gdb_target=i386aout ;;
-i[34567]86-*-msdosdjgpp*) gdb_target=go32 ;;
i[34567]86-*-nto*) gdb_target=nto ;;
i[34567]86-*-lynxos*) gdb_target=i386lynx ;;
i[34567]86-*-solaris*) gdb_target=i386sol2 ;;
-i[34567]86-*-sco*) gdb_target=i386v ;;
-i[34567]86-*-sysv*) gdb_target=i386v ;;
i[34567]86-*-linux*) gdb_target=linux
build_gdbserver=yes
;;
-i[34567]86-*-isc*) gdb_target=i386v ;;
i[34567]86-*-gnu*) gdb_target=i386gnu ;;
-i[34567]86-*-netware*) gdb_target=i386nw
- configdirs="${configdirs} nlm" ;;
+i[34567]86-*-netware*) gdb_target=i386
+ configdirs="${configdirs} nlm" ;;
i[34567]86-*-cygwin*) gdb_target=cygwin ;;
i[34567]86-*-vxworks*) gdb_target=vxworks ;;
-i[34567]86-*-*) gdb_target=embed ;;
+i[34567]86-*-*) gdb_target=i386 ;;
ia64-*-aix*) gdb_target=aix ;;
ia64-*-linux*) gdb_target=linux
Index: config/i386/i386.mt
===================================================================
RCS file: config/i386/i386.mt
diff -N config/i386/i386.mt
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ config/i386/i386.mt 9 Apr 2004 14:59:27 -0000
@@ -0,0 +1,2 @@
+# Target: i386
+TDEPFILES= i386-tdep.o i387-tdep.o
next reply other threads:[~2004-04-09 15:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-09 15:02 Mark Kettenis [this message]
2004-04-10 15:50 ` Andrew Cagney
2004-04-10 16:54 ` Mark Kettenis
2004-04-12 14:53 ` Andrew Cagney
2004-04-12 15:41 ` Mark Kettenis
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=200404091501.i39F1uUH098592@elgar.kettenis.dyndns.org \
--to=kettenis@chello.nl \
--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