comparison 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
comparison
equal deleted inserted replaced
1484:af696e5657f1 1485:0e10930859c3
1 2004-02-04 Gary Thomas <gary@mlbassoc.com>
2
3 * cdl/redboot.cdl: Do not build with "common" interrupt stack
4 support. This can cause problems when running programs (via
5 the "go" command) as interrupts will corrupt RedBoot's stack.
6
1 2004-01-18 Gary Thomas <gary@mlbassoc.com> 7 2004-01-18 Gary Thomas <gary@mlbassoc.com>
2 8
3 * src/main.c: Fix build problem if GDB stubs are not included. 9 * src/main.c: Fix build problem if GDB stubs are not included.
4 Minor warning cleanup (cast on NO_MEMORY). 10 Minor warning cleanup (cast on NO_MEMORY).
5 11