SH5 simulator contribution

Ben Elliston bje@redhat.com
Sat Feb 2 02:06:00 GMT 2002


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: sh64-sim.exp
Type: application/octet-stream
Size: 1507 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20020202/3d320dc3/attachment.obj>
-------------- next part --------------

[include/ChangeLog]

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

	* sim-sh64.h: New file.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: sim-sh64.h
Type: application/octet-stream
Size: 1597 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20020202/3d320dc3/attachment-0001.obj>
-------------- next part --------------

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


More information about the Gdb-patches mailing list