* Contribute Hitachi SH5 simulator.

This commit is contained in:
Ben Elliston 2002-02-01 11:44:32 +00:00
parent 9ee6f9cc9a
commit cbb38b47b3
427 changed files with 53547 additions and 0 deletions

4
sim/configure vendored
View file

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