summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 19:04:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 19:04:31 +0000
commit8e11da7e5e2fe8c1123d1b2e52a6b603ba79bfee (patch)
tree2e921f3f0ea3ec57a187aa3ffb9603195cb51ebc /cpukit/score/cpu/unix/ChangeLog
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8e11da7e5e2fe8c1123d1b2e52a6b603ba79bfee.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c: Comment out may_alias so this compiles without a compiler error.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/unix/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog
index 149019da4d..5eae597875 100644
--- a/cpukit/score/cpu/unix/ChangeLog
+++ b/cpukit/score/cpu/unix/ChangeLog
@@ -1,5 +1,10 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * cpu.c: Comment out may_alias so this compiles without a compiler
+ error.
+
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* cpu.c: Merge patch from Till Straumann which would work except gcc
core dumps with an ICE when may_alias is used in this code. I filed a
GCC PR and reduced optimization to -O0 and it does run again.