This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Enum constants for sh1-sh4, sh{3}-dsp register numbers in thesimulator


>>>>> "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* )


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]