From b3786fcf4e70541e089d17ba85be329a23ca66ba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Apr 2004 13:08:28 +0000 Subject: 2004-04-09 Joel Sherrill * rtems/score/cpu.h: Fix typo. --- cpukit/score/cpu/arm/ChangeLog | 4 ++++ cpukit/score/cpu/arm/rtems/score/cpu.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index 62212bc773..5d5c7114e4 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,7 @@ +2004-04-09 Joel Sherrill + + * rtems/score/cpu.h: Fix typo. + 2004-04-06 Ralf Corsepius * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac). diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h index 4c69a35561..160084ed8f 100644 --- a/cpukit/score/cpu/arm/rtems/score/cpu.h +++ b/cpukit/score/cpu/arm/rtems/score/cpu.h @@ -275,7 +275,7 @@ extern "C" { #if defined(__ARMEL__) #define CPU_BIG_ENDIAN FALSE #define CPU_LITTLE_ENDIAN TRUE -#elif define(__ARMEB__) +#elif defined(__ARMEB__) #define CPU_BIG_ENDIAN TRUE #define CPU_LITTLE_ENDIAN FALSE #else -- cgit v1.2.3