summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i960/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:32:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:32:23 +0000
commitac0043451dfa122d628ba73e8250b9b707295fea (patch)
treea853232ac16337af6053ca6dfc6fd43e839fdded /cpukit/score/cpu/i960/ChangeLog
parent2001-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ac0043451dfa122d628ba73e8250b9b707295fea.tar.bz2
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Added _CPU_Initialize_vectors(). * cpu_asm.S: Modify to properly dereference _ISR_Vector_table now that it is dynamically allocated.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/i960/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/i960/ChangeLog b/cpukit/score/cpu/i960/ChangeLog
index d3ceec3c9f..e5f7b0d466 100644
--- a/cpukit/score/cpu/i960/ChangeLog
+++ b/cpukit/score/cpu/i960/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-03 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
+ * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
+ now that it is dynamically allocated.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.