summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-25 18:45:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-25 18:45:59 +0000
commitc54152a26c3226356a706515b4e4d231e02c47e2 (patch)
tree6666753fa60da395326652499e06ddb909cd8914 /c/src/exec/score/cpu/unix/ChangeLog
parent2001-01-25 Fernando Ruiz <fernando.ruiz@ctv.es> (diff)
downloadrtems-c54152a26c3226356a706515b4e4d231e02c47e2.tar.bz2
2001-01-25 Joel Sherrill <joel@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller <peter.o.mueller@gmx.de> because of not correcting for the ISR vector table now being allocated from the workspace.
Diffstat (limited to 'c/src/exec/score/cpu/unix/ChangeLog')
-rw-r--r--c/src/exec/score/cpu/unix/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/unix/ChangeLog b/c/src/exec/score/cpu/unix/ChangeLog
index b61fcfcb4e..dc1e64606e 100644
--- a/c/src/exec/score/cpu/unix/ChangeLog
+++ b/c/src/exec/score/cpu/unix/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-25 Joel Sherrill <joel@OARcorp.com>
+
+ * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
+ <peter.o.mueller@gmx.de> because of not correcting for the ISR
+ vector table now being allocated from the workspace.
+
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Added _CPU_Initialize_vectors().