summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-01 15:24:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-01 15:24:12 +0000
commit32ecfd6f2e263e1a2ca59fb34b2bfa5e9e16f861 (patch)
treea59a2493d2f8d92badec652807bc19e779ec596b /cpukit/score/cpu/m68k/ChangeLog
parentAdd --with-sysroot (Required by GCC-4.1.0) (diff)
downloadrtems-32ecfd6f2e263e1a2ca59fb34b2bfa5e9e16f861.tar.bz2
Formatting
Diffstat (limited to 'cpukit/score/cpu/m68k/ChangeLog')
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index 18a295456b..1475d13eda 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -1,17 +1,17 @@
2006-02-28 Eric Norum <norume@aps.anl.gov>
- PR 904/patch
- * rtems/score/m68k.h: Just "cc" in the clobbered register list for
- interrupt enable/disable/flash operations. The "memory" barrier will
- move the the generic interrupt enable/disable/flash macros.
+ PR 904/patch
+ * rtems/score/m68k.h: Just "cc" in the clobbered register list for
+ interrupt enable/disable/flash operations. The "memory" barrier will
+ move the the generic interrupt enable/disable/flash macros.
2006-02-24 Eric Norum <norume@aps.anl.gov>
- PR 904/patch
- * rtems/score/m68k.h: Add "memory" to the clobbered register list for
- interrupt enable/disable/flash operations. This is necessary to prevent
- the compiler from hoisting/sinking other operations past the interrupt
- enable/disable/flash operations.
+ PR 904/patch
+ * rtems/score/m68k.h: Add "memory" to the clobbered register list for
+ interrupt enable/disable/flash operations. This is necessary to prevent
+ the compiler from hoisting/sinking other operations past the interrupt
+ enable/disable/flash operations.
2006-01-16 Joel Sherrill <joel@OARcorp.com>