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]

SH5 simulator contribution


I would like to contribute the Hitachi SH5 simulator (sh64).  The
patches appear below.  Can this please be accepted into the FSF GDB
distribution?

I have already made the requisite changes to the FSF master copy of
config.sub.  Shall I import the latest version?

Ben


[dejagnu/ChangeLog]

2002-02-02  Ben Elliston  <bje@redhat.com>
	    Alexandre Oliva  <aoliva@redhat.com>

	* baseboards/sh64-sim.exp: New file.

Attachment: sh64-sim.exp
Description: Binary data


[include/ChangeLog]

2002-02-02  Elena Zannoni  <ezannoni@redhat.com>

	* sim-sh64.h: New file.

Attachment: sim-sh64.h
Description: Binary data


[sim/ChangeLog]

2002-02-02  Ben Elliston  <bje@redhat.com>

        * configure.in: Add support for sh64.
        * configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/sim/configure.in,v
retrieving revision 1.8
diff -u -c -r1.8 configure.in
*** configure.in	2002/02/02 04:48:32	1.8
--- configure.in	2002/02/02 10:01:09
***************
*** 86,91 ****
--- 86,95 ----
    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]