From 4b9ddca40c842fc09ebf164c795b77613d9377a8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 Aug 2010 07:59:38 +0000 Subject: 2010-08-23 Sebastian Huber 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 . 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. --- cpukit/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + 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 . 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 * libmisc/fb/fb.h: Add constants for buffer modes. -- cgit v1.2.3