diff packages/redboot/current/ChangeLog @ 1485:0e10930859c3

Disable use of common stack for interrupts
author gthomas
date Wed, 04 Feb 2004 15:44:15 +0000
parents c9e09b1c18cb
children ab4a708d689e
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-04  Gary Thomas  <gary@mlbassoc.com>
+
+	* cdl/redboot.cdl: Do not build with "common" interrupt stack
+	support.  This can cause problems when running programs (via
+	the "go" command) as interrupts will corrupt RedBoot's stack.
+
 2004-01-18  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/main.c: Fix build problem if GDB stubs are not included.