summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 20:51:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 20:51:59 +0000
commita4e45452c34c462378028d8041c0d147b375aaa6 (patch)
tree6c19e019177cff64b0d226a7517a712a2efec35a /c/src/exec/score
parent2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a4e45452c34c462378028d8041c0d147b375aaa6.tar.bz2
2000-09-12 Joel Sherrill <joel@OARcorp.com>
* rtems/score/i386.h: Corrected "#elsif" to be "#elif".
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/cpu/i386/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/i386/rtems/score/i386.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/i386/ChangeLog b/c/src/exec/score/cpu/i386/ChangeLog
index 621cfe4cc6..ff9a2b2a8f 100644
--- a/c/src/exec/score/cpu/i386/ChangeLog
+++ b/c/src/exec/score/cpu/i386/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-12 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
+
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am.
diff --git a/c/src/exec/score/cpu/i386/rtems/score/i386.h b/c/src/exec/score/cpu/i386/rtems/score/i386.h
index 7b4c486e7d..9d317f7843 100644
--- a/c/src/exec/score/cpu/i386/rtems/score/i386.h
+++ b/c/src/exec/score/cpu/i386/rtems/score/i386.h
@@ -60,7 +60,7 @@ extern "C" {
# if defined(__pentium__)
# define CPU_MODEL_NAME "Pentium"
-# elsif defined(__k6__)
+# elif defined(__k6__)
# define CPU_MODEL_NAME "K6"
# else
# define CPU_MODEL_NAME "i586"