summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-28 14:53:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-28 14:53:46 +0000
commit0faa8b117e4ff7663df224bb031b1fdbd3610120 (patch)
treecd1af8159ea52c5d564cd37a800588aefce1dafa /cpukit/ChangeLog
parentRemove (obsolete). (diff)
downloadrtems-0faa8b117e4ff7663df224bb031b1fdbd3610120.tar.bz2
2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/stackchk/check.c: Eliminate output with little information. Always print a blown message using the same routine. Now works with GNAT RTS -fstack-checking if you have patch for the RTEMS specific support in your GCC version.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 83c9a4e575..9731e1ce99 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libmisc/stackchk/check.c: Eliminate output with little information.
+ Always print a blown message using the same routine. Now works with
+ GNAT RTS -fstack-checking if you have patch for the RTEMS specific
+ support in your GCC version.
+
2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/gxx_wrappers.c: Revert.