summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-11-30 20:50:42 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-11-30 20:50:42 +0000
commit340b7c80a497b6fa03fef74f343c9ff87f0fe6c9 (patch)
tree7cbe7a0b8f91a0629b95e0ae04f53e37db138478 /cpukit/ChangeLog
parent2007-11-30 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-340b7c80a497b6fa03fef74f343c9ff87f0fe6c9.tar.bz2
2007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* posix/Makefile.am: Restructed to move the OBJECTS_LOCAL case to the top of the switch statement and eliminate the fall-through return of POSIX_BOTTOM_REACHED. These changes produced simplier assembly code and allowed for complete test coverage. Also applied some consistency to the functions that translate the core status codes to POSIX status codes.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d2c9605ff1..0c3b9193bd 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>
+ * posix/Makefile.am: Restructed to move the
+ OBJECTS_LOCAL case to the top of the switch statement and
+ eliminate the fall-through return of POSIX_BOTTOM_REACHED. These
+ changes produced simplier assembly code and allowed for complete
+ test coverage. Also applied some consistency to the functions
+ that translate the core status codes to POSIX status codes.
+
+2007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>
+
* posix/include/rtems/posix/mutex.h,
posix/include/rtems/posix/semaphore.h, posix/src/cancel.c,
posix/src/conddestroy.c, posix/src/condsignalsupp.c,