summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-26 20:19:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-26 20:19:02 +0000
commit0e87deaa296733d0ac599bbc1b224c0232b8fc69 (patch)
tree53636dee7c321484a2885bdbeb74ffa231282ea2 /cpukit/ChangeLog
parent2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-0e87deaa296733d0ac599bbc1b224c0232b8fc69.tar.bz2
2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* itron/src/can_wup.c, itron/src/chg_pri.c, itron/src/del_mbf.c, itron/src/del_mbx.c, itron/src/del_sem.c, itron/src/del_tsk.c, itron/src/frsm_tsk.c, itron/src/ref_mbf.c, itron/src/ref_mbx.c, itron/src/ref_sem.c, itron/src/ref_tsk.c, itron/src/rel_wai.c, itron/src/rsm_tsk.c, itron/src/sig_sem.c, itron/src/snd_mbx.c, itron/src/sta_tsk.c, itron/src/sus_tsk.c, itron/src/ter_tsk.c, itron/src/trcv_mbf.c, itron/src/trcv_mbx.c, itron/src/tsnd_mbf.c, itron/src/twai_sem.c, posix/src/cancel.c, posix/src/conddestroy.c, posix/src/condinit.c, posix/src/condsignalsupp.c, posix/src/condwaitsupp.c, posix/src/keydelete.c, posix/src/keygetspecific.c, posix/src/keysetspecific.c, posix/src/mqueueclose.c, posix/src/mqueuegetattr.c, posix/src/mqueuenotify.c, posix/src/mqueuerecvsupp.c, posix/src/mqueuesendsupp.c, posix/src/mqueuesetattr.c, posix/src/mutexdestroy.c, posix/src/mutexgetprioceiling.c, posix/src/mutexinit.c, posix/src/mutexlocksupp.c, posix/src/mutexsetprioceiling.c, posix/src/mutexunlock.c, posix/src/pbarrierdestroy.c, posix/src/pbarrierwait.c, posix/src/prwlockdestroy.c, posix/src/prwlockrdlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/prwlocktryrdlock.c, posix/src/prwlocktrywrlock.c, posix/src/prwlockunlock.c, posix/src/prwlockwrlock.c, posix/src/pspindestroy.c, posix/src/pspinlock.c, posix/src/pspintrylock.c, posix/src/pspinunlock.c, posix/src/pthreaddetach.c, posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c, posix/src/pthreadjoin.c, posix/src/pthreadkill.c, posix/src/pthreadsetschedparam.c, posix/src/ptimer1.c, posix/src/semaphorewaitsupp.c, posix/src/semclose.c, posix/src/semdestroy.c, posix/src/semgetvalue.c, posix/src/sempost.c, posix/src/types.c, rtems/src/barrierdelete.c, rtems/src/barrierrelease.c, rtems/src/barrierwait.c, rtems/src/dpmemdelete.c, rtems/src/dpmemexternal2internal.c, rtems/src/dpmeminternal2external.c, rtems/src/eventsend.c, rtems/src/eventtimeout.c, rtems/src/msgqbroadcast.c, rtems/src/msgqdelete.c, rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c, rtems/src/msgqreceive.c, rtems/src/msgqsend.c, rtems/src/msgqurgent.c, rtems/src/partdelete.c, rtems/src/partgetbuffer.c, rtems/src/partreturnbuffer.c, rtems/src/ratemoncancel.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatistics.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, rtems/src/ratemonresetstatistics.c, rtems/src/ratemontimeout.c, rtems/src/regiondelete.c, rtems/src/regionextend.c, rtems/src/regiongetfreeinfo.c, rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c, rtems/src/regionreturnsegment.c, rtems/src/semdelete.c, rtems/src/semflush.c, rtems/src/semobtain.c, rtems/src/semrelease.c, rtems/src/signalsend.c, rtems/src/taskdelete.c, rtems/src/taskgetnote.c, rtems/src/taskissuspended.c, rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasksetnote.c, rtems/src/tasksetpriority.c, rtems/src/taskstart.c, rtems/src/tasksuspend.c, rtems/src/taskvariableadd.c, rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c, rtems/src/timercancel.c, rtems/src/timerdelete.c, rtems/src/timerfireafter.c, rtems/src/timerfirewhen.c, rtems/src/timergetinfo.c, rtems/src/timerreset.c, rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c, sapi/src/extensiondelete.c, score/include/rtems/score/object.h, score/src/corerwlocktimeout.c, score/src/mpci.c, score/src/objectgetnameasstring.c, score/src/threaddelayended.c, score/src/threadqtimeout.c: When multiprocessing is disabled, do not even allow the constant OBJECTS_REMOTE to appear in the source. Even at -O2, the presence of a case OBJECTS_REMOTE in each id->pointer _Objects_Get switch results in the generation of binary code which can NOT be reached.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog69
1 files changed, 69 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3869aa4d83..50b80d8fd2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,74 @@
2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * itron/src/can_wup.c, itron/src/chg_pri.c, itron/src/del_mbf.c,
+ itron/src/del_mbx.c, itron/src/del_sem.c, itron/src/del_tsk.c,
+ itron/src/frsm_tsk.c, itron/src/ref_mbf.c, itron/src/ref_mbx.c,
+ itron/src/ref_sem.c, itron/src/ref_tsk.c, itron/src/rel_wai.c,
+ itron/src/rsm_tsk.c, itron/src/sig_sem.c, itron/src/snd_mbx.c,
+ itron/src/sta_tsk.c, itron/src/sus_tsk.c, itron/src/ter_tsk.c,
+ itron/src/trcv_mbf.c, itron/src/trcv_mbx.c, itron/src/tsnd_mbf.c,
+ itron/src/twai_sem.c, posix/src/cancel.c, posix/src/conddestroy.c,
+ posix/src/condinit.c, posix/src/condsignalsupp.c,
+ posix/src/condwaitsupp.c, posix/src/keydelete.c,
+ posix/src/keygetspecific.c, posix/src/keysetspecific.c,
+ posix/src/mqueueclose.c, posix/src/mqueuegetattr.c,
+ posix/src/mqueuenotify.c, posix/src/mqueuerecvsupp.c,
+ posix/src/mqueuesendsupp.c, posix/src/mqueuesetattr.c,
+ posix/src/mutexdestroy.c, posix/src/mutexgetprioceiling.c,
+ posix/src/mutexinit.c, posix/src/mutexlocksupp.c,
+ posix/src/mutexsetprioceiling.c, posix/src/mutexunlock.c,
+ posix/src/pbarrierdestroy.c, posix/src/pbarrierwait.c,
+ posix/src/prwlockdestroy.c, posix/src/prwlockrdlock.c,
+ posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c,
+ posix/src/prwlocktryrdlock.c, posix/src/prwlocktrywrlock.c,
+ posix/src/prwlockunlock.c, posix/src/prwlockwrlock.c,
+ posix/src/pspindestroy.c, posix/src/pspinlock.c,
+ posix/src/pspintrylock.c, posix/src/pspinunlock.c,
+ posix/src/pthreaddetach.c, posix/src/pthreadequal.c,
+ posix/src/pthreadgetschedparam.c, posix/src/pthreadjoin.c,
+ posix/src/pthreadkill.c, posix/src/pthreadsetschedparam.c,
+ posix/src/ptimer1.c, posix/src/semaphorewaitsupp.c,
+ posix/src/semclose.c, posix/src/semdestroy.c,
+ posix/src/semgetvalue.c, posix/src/sempost.c, posix/src/types.c,
+ rtems/src/barrierdelete.c, rtems/src/barrierrelease.c,
+ rtems/src/barrierwait.c, rtems/src/dpmemdelete.c,
+ rtems/src/dpmemexternal2internal.c,
+ rtems/src/dpmeminternal2external.c, rtems/src/eventsend.c,
+ rtems/src/eventtimeout.c, rtems/src/msgqbroadcast.c,
+ rtems/src/msgqdelete.c, rtems/src/msgqflush.c,
+ rtems/src/msgqgetnumberpending.c, rtems/src/msgqreceive.c,
+ rtems/src/msgqsend.c, rtems/src/msgqurgent.c, rtems/src/partdelete.c,
+ rtems/src/partgetbuffer.c, rtems/src/partreturnbuffer.c,
+ rtems/src/ratemoncancel.c, rtems/src/ratemondelete.c,
+ rtems/src/ratemongetstatistics.c, rtems/src/ratemongetstatus.c,
+ rtems/src/ratemonperiod.c, rtems/src/ratemonresetstatistics.c,
+ rtems/src/ratemontimeout.c, rtems/src/regiondelete.c,
+ rtems/src/regionextend.c, rtems/src/regiongetfreeinfo.c,
+ rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c,
+ rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c,
+ rtems/src/regionreturnsegment.c, rtems/src/semdelete.c,
+ rtems/src/semflush.c, rtems/src/semobtain.c, rtems/src/semrelease.c,
+ rtems/src/signalsend.c, rtems/src/taskdelete.c,
+ rtems/src/taskgetnote.c, rtems/src/taskissuspended.c,
+ rtems/src/taskrestart.c, rtems/src/taskresume.c,
+ rtems/src/tasksetnote.c, rtems/src/tasksetpriority.c,
+ rtems/src/taskstart.c, rtems/src/tasksuspend.c,
+ rtems/src/taskvariableadd.c, rtems/src/taskvariabledelete.c,
+ rtems/src/taskvariableget.c, rtems/src/timercancel.c,
+ rtems/src/timerdelete.c, rtems/src/timerfireafter.c,
+ rtems/src/timerfirewhen.c, rtems/src/timergetinfo.c,
+ rtems/src/timerreset.c, rtems/src/timerserverfireafter.c,
+ rtems/src/timerserverfirewhen.c, sapi/src/extensiondelete.c,
+ score/include/rtems/score/object.h, score/src/corerwlocktimeout.c,
+ score/src/mpci.c, score/src/objectgetnameasstring.c,
+ score/src/threaddelayended.c, score/src/threadqtimeout.c: When
+ multiprocessing is disabled, do not even allow the constant
+ OBJECTS_REMOTE to appear in the source. Even at -O2, the presence of
+ a case OBJECTS_REMOTE in each id->pointer _Objects_Get switch results
+ in the generation of binary code which can NOT be reached.
+
+2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/Makefile.am, score/include/rtems/score/thread.h,
score/inline/rtems/score/thread.inl: No longer inline _Thread_Get. It
resulted in unnessary code explosion, many uncovered paths when