summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-23 22:57:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-23 22:57:54 +0000
commit23a368d91e9b40099d5c66775bb4230fc9d6b49c (patch)
treea290442b88b16d5956696772f0c04af10f3b2a35 /testsuites/sptests/ChangeLog
parent2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-23a368d91e9b40099d5c66775bb4230fc9d6b49c.tar.bz2
2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a simple type to a union of an unsigned 32 bit integer and a pointer. This should help eliminate weird casts between u32 and pointers in various places. The APIs now have to explicitly call _u32 or _string versions of helper routines. This should also simplify things and eliminate the need for ugly casts in some cases.
Diffstat (limited to 'testsuites/sptests/ChangeLog')
-rw-r--r--testsuites/sptests/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 8ee5448e3d..065b1950f9 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,12 @@
+2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
+ simple type to a union of an unsigned 32 bit integer and a pointer.
+ This should help eliminate weird casts between u32 and pointers in
+ various places. The APIs now have to explicitly call _u32 or _string
+ versions of helper routines. This should also simplify things and
+ eliminate the need for ugly casts in some cases.
+
2008-01-23 Jennifer Averett <jennifer.averett@OARcorp.com>
* sp42/Makefile.am: New file.