summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 21:34:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 21:34:09 +0000
commitf239aa9a044bf4403b10d9090f80e601970c76cd (patch)
tree4d6a1150e6048d23d707b0a5c0fcbbc45e13704b
parent2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f239aa9a044bf4403b10d9090f80e601970c76cd.tar.bz2
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/bsp-alias.m4: Add simsh2e.
-rw-r--r--ChangeLog4
-rw-r--r--aclocal/bsp-alias.m41
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9948c592d6..be8d256be6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * aclocal/bsp-alias.m4: Add simsh2e.
+
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.maint: rtems_api=4.10.
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index 071ae92df5..afebd0110b 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -41,6 +41,7 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
simcpu32) $2=sim68000 ;; # BSVC CPU32 variant
simsh1) $2=shsim ;; # SH1 simulator in GDB
simsh2) $2=shsim ;; # SH2 simulator in GDB
+ simsh2e) $2=shsim ;; # SH2e simulator in GDB
simsh4) $2=shsim ;; # SH4 simulator in GDB
sis) $2=erc32 ;; # erc32 SIS simulator
*) $2=$1;;