From: Ben Elliston <bje@redhat.com>
To: Andrew Cagney <ac131313@cygnus.com>
Cc: Joern Rennecke <joern.rennecke@superh.com>,
gdb-patches@sources.redhat.com
Subject: Re: Enum constants for sh1-sh4, sh{3}-dsp register numbers in the simulator
Date: Thu, 16 May 2002 13:29:00 -0000 [thread overview]
Message-ID: <15588.5785.547521.573944@tooth.toronto.redhat.com> (raw)
In-Reply-To: <3CE2C44E.2090605@cygnus.com>
>>>>> "Andrew" == Andrew Cagney <ac131313@cygnus.com> writes:
Andrew> Ben, can you please formally submit the code so that Joern is free
Andrew> address the problems that are a barrier to it being integrated into GDB.
Here is the neutralising patch. Okay to commit?
2002-05-16 Ben Elliston <bje@redhat.com>
* configure.in: Add support for sh5.
* configure: Regenerate.
Index: configure
===================================================================
RCS file: /cvs/src/src/sim/configure,v
retrieving revision 1.7
diff -u -p -r1.7 configure
--- configure 2 Feb 2002 04:48:32 -0000 1.7
+++ configure 16 May 2002 20:23:50 -0000
@@ -1447,6 +1447,10 @@ case "${target}" in
mn10200*-*-*)
sim_target=mn10200
;;
+ sh64-*-*)
+ sim_target=sh64
+ extra_subdirs="${extra_subdirs} testsuite"
+ ;;
sh*-*-*) sim_target=sh ;;
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )
Index: configure.in
===================================================================
RCS file: /cvs/src/src/sim/configure.in,v
retrieving revision 1.8
diff -u -p -r1.8 configure.in
--- configure.in 2 Feb 2002 04:48:32 -0000 1.8
+++ configure.in 16 May 2002 20:23:50 -0000
@@ -86,6 +86,10 @@ case "${target}" in
mn10200*-*-*)
sim_target=mn10200
;;
+ sh64-*-*)
+ sim_target=sh64
+ extra_subdirs="${extra_subdirs} testsuite"
+ ;;
sh*-*-*) sim_target=sh ;;
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )
next prev parent reply other threads:[~2002-05-16 20:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-15 5:08 Joern Rennecke
2002-05-15 13:25 ` Andrew Cagney
2002-05-16 13:29 ` Ben Elliston [this message]
2002-05-15 13:34 ` Andrew Cagney
2002-05-16 3:09 ` Enum constants for sh1-sh4, sh{3}-dsp register numbers in thesimulator Joern Rennecke
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=15588.5785.547521.573944@tooth.toronto.redhat.com \
--to=bje@redhat.com \
--cc=ac131313@cygnus.com \
--cc=gdb-patches@sources.redhat.com \
--cc=joern.rennecke@superh.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