summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:33:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:33:22 +0000
commitd8cfebb9599dc688b2ecd0f53212975b134e9c1c (patch)
tree7fa8a6103eb2e4ded1635013dc47b52a03b00447 /cpukit/score/cpu/unix/ChangeLog
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d8cfebb9599dc688b2ecd0f53212975b134e9c1c.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/unix/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog
index d4223b8e42..149019da4d 100644
--- a/cpukit/score/cpu/unix/ChangeLog
+++ b/cpukit/score/cpu/unix/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.