summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-07 23:26:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-07 23:26:44 +0000
commitf2e4e671601106a83fc8bd25b86537e0921ad1b6 (patch)
treece0c46eaca88367295a657b655bb9ae290f05486 /cpukit/ChangeLog
parent2007-11-07 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-f2e4e671601106a83fc8bd25b86537e0921ad1b6.tar.bz2
2007-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/inline/rtems/score/object.inl: During test coverage analysis, we identified this sanity check which should have been conditional on RTEMS_DEBUG since it can NOT be tripped during normal RTEMS operations. With all APIs enabled, this saved 352 bytes from the minimum executable on the SPARC/ERC32.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a9584178ae..67caebae32 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2007-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * score/inline/rtems/score/object.inl: During test coverage analysis,
+ we identified this sanity check which should have been conditional on
+ RTEMS_DEBUG since it can NOT be tripped during normal RTEMS
+ operations. With all APIs enabled, this saved 352 bytes from the
+ minimum executable on the SPARC/ERC32.
+
+2007-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/include/rtems/system.h, score/include/rtems/score/interr.h: Add
compiler conditional attribute for methods that do not return. This
avoids gcc generating unreachable code following calls to