summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-05 15:57:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-05 15:57:31 +0000
commit6876ce7a4433e205ee30c3bdaec5dff7beec1785 (patch)
treeea0d37d22ea1fc6db540c15f0a408e58297d7cd5 /cpukit/ChangeLog
parentMore consts (diff)
downloadrtems-6876ce7a4433e205ee30c3bdaec5dff7beec1785.tar.bz2
2006-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/thread.inl: Add const qualifiers to work around aliasing effects.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6b400bedff..315b3c0bfb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * score/inline/rtems/score/thread.inl: Add const qualifiers to work
+ around aliasing effects.
+
2006-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/chain.inl: Add const qualifiers (works