summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:29:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:29:49 +0000
commiteffa65938fb1478aa310b90c99881fd5e04f34fc (patch)
treef1e7036f8aec50abc7eec5f386b4b8a9a5d0bbcd /c/src/exec/score
parent2001-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-effa65938fb1478aa310b90c99881fd5e04f34fc.tar.bz2
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Added _CPU_Initialize_vectors().
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/cpu/i386/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/i386/ChangeLog b/c/src/exec/score/cpu/i386/ChangeLog
index 718034a40a..7ced40800b 100644
--- a/c/src/exec/score/cpu/i386/ChangeLog
+++ b/c/src/exec/score/cpu/i386/ChangeLog
@@ -2,6 +2,10 @@
* rtems/score/cpu.h: Added _CPU_Initialize_vectors().
+2001-01-03 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.