summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b6bf67b3b8..d58b831734 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-10 Joel Sherrill <joel@OARcorp.com>
+
+ * aclocal/bsp-alias.m4: Add sis as alias of erc32.
+
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/bsp-alias.m4: Remove brs5l. Remove leon2.
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index 6e11519f09..3cd008d451 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -25,6 +25,7 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
pc686) $2=pc386 ;; # i386 - PC with PentiumPro
pck6) $2=pc386 ;; # i386 - PC with K6
bare*) $2=bare ;; # EXP: bare-aliases
+ sis) $2=erc32 ;; # erc32 simulator in gdb
erc32nfp) $2=erc32 ;; # erc32 without fpu
leon1) $2=leon2 ;; # leon without fpu
simsh7032) $2=shsim ;; # SH7032 simulator