summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-23 07:59:38 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-23 07:59:38 +0000
commit4b9ddca40c842fc09ebf164c795b77613d9377a8 (patch)
tree789aea46a16061b2f84372c01190ffa501c1bf27 /cpukit/ChangeLog
parent2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-4b9ddca40c842fc09ebf164c795b77613d9377a8.tar.bz2
2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1671/cpukit * libcsupport/include/rtems/gxx_wrappers.h: New file. * libcsupport/Makefile.am, libcsupport/preinstall.am: Reflect change above. * libcsupport/src/gxx_wrappers.c: Include <rtems/gxx_wrappers.h>. Use _Internal_error_Occurred() instead of rtems_panic(). * score/include/rtems/score/interr.h: Added INTERNAL_ERROR_GXX_KEY_ADD_FAILED and INTERNAL_ERROR_GXX_MUTEX_INIT_FAILED.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ea4fdb5554..26c11faa63 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ PR 1671/cpukit
+ * libcsupport/include/rtems/gxx_wrappers.h: New file.
+ * libcsupport/Makefile.am, libcsupport/preinstall.am: Reflect change
+ above.
+ * libcsupport/src/gxx_wrappers.c: Include <rtems/gxx_wrappers.h>. Use
+ _Internal_error_Occurred() instead of rtems_panic().
+ * score/include/rtems/score/interr.h: Added
+ INTERNAL_ERROR_GXX_KEY_ADD_FAILED and
+ INTERNAL_ERROR_GXX_MUTEX_INIT_FAILED.
+
2010-08-20 <yann.sionneau@telecom-sudparis.eu>
* libmisc/fb/fb.h: Add constants for buffer modes.