change log for rtems (2010-06-21)
rtems-vc at rtems.org
rtems-vc at rtems.org
Mon Jun 21 22:11:56 UTC 2010
*joel* (on branch rtems-4-10-branch):
2010-06-21 Joel Sherrill <joel.sherrilL at OARcorp.com>
PR 1581/cpukit
* libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove
extra * on function pointer declaration.
M 1.2447 cpukit/ChangeLog
M 1.2346.2.45 cpukit/ChangeLog
M 1.10 cpukit/libcsupport/include/rtems/malloc.h
M 1.9.2.1 cpukit/libcsupport/include/rtems/malloc.h
M 1.144 cpukit/sapi/include/confdefs.h
M 1.135.2.2 cpukit/sapi/include/confdefs.h
diff -u rtems/cpukit/ChangeLog:1.2446 rtems/cpukit/ChangeLog:1.2447
--- rtems/cpukit/ChangeLog:1.2446 Mon Jun 21 11:38:26 2010
+++ rtems/cpukit/ChangeLog Mon Jun 21 16:13:42 2010
@@ -1,3 +1,9 @@
+2010-06-21 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ PR 1581/cpukit
+ * libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove
+ extra * on function pointer declaration.
+
2010-06-21 Peter Dufault <dufault at hda.com>
PR 1570/cpukit
diff -u rtems/cpukit/ChangeLog:1.2346.2.44 rtems/cpukit/ChangeLog:1.2346.2.45
--- rtems/cpukit/ChangeLog:1.2346.2.44 Mon Jun 21 11:38:32 2010
+++ rtems/cpukit/ChangeLog Mon Jun 21 16:13:29 2010
@@ -1,3 +1,9 @@
+2010-06-21 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ PR 1581/cpukit
+ * libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove
+ extra * on function pointer declaration.
+
2010-06-21 Peter Dufault <dufault at hda.com>
PR 1570/cpukit
diff -u rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9 rtems/cpukit/libcsupport/include/rtems/malloc.h:1.10
--- rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9 Mon Nov 30 07:05:29 2009
+++ rtems/cpukit/libcsupport/include/rtems/malloc.h Mon Jun 21 16:13:42 2010
@@ -84,7 +84,7 @@
* Malloc Plugin to Dirty Memory at Allocation Time
*/
typedef void (*rtems_malloc_dirtier_t)(void *, size_t);
-extern rtems_malloc_dirtier_t *rtems_malloc_dirty_helper;
+extern rtems_malloc_dirtier_t rtems_malloc_dirty_helper;
/** @brief Dirty memory function
*
diff -u rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9 rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9.2.1
--- rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9 Mon Nov 30 07:05:29 2009
+++ rtems/cpukit/libcsupport/include/rtems/malloc.h Mon Jun 21 16:13:30 2010
@@ -84,7 +84,7 @@
* Malloc Plugin to Dirty Memory at Allocation Time
*/
typedef void (*rtems_malloc_dirtier_t)(void *, size_t);
-extern rtems_malloc_dirtier_t *rtems_malloc_dirty_helper;
+extern rtems_malloc_dirtier_t rtems_malloc_dirty_helper;
/** @brief Dirty memory function
*
diff -u rtems/cpukit/sapi/include/confdefs.h:1.143 rtems/cpukit/sapi/include/confdefs.h:1.144
--- rtems/cpukit/sapi/include/confdefs.h:1.143 Sun Jun 20 14:41:33 2010
+++ rtems/cpukit/sapi/include/confdefs.h Mon Jun 21 16:13:42 2010
@@ -703,7 +703,7 @@
* allocated. This is helpful for finding unitialized data structure
* problems.
*/
- rtems_malloc_dirtier_t *rtems_malloc_dirty_helper =
+ rtems_malloc_dirtier_t rtems_malloc_dirty_helper =
#if defined(CONFIGURE_MALLOC_DIRTY)
rtems_malloc_dirty_memory;
#else
diff -u rtems/cpukit/sapi/include/confdefs.h:1.135.2.1 rtems/cpukit/sapi/include/confdefs.h:1.135.2.2
--- rtems/cpukit/sapi/include/confdefs.h:1.135.2.1 Thu Jun 17 13:38:20 2010
+++ rtems/cpukit/sapi/include/confdefs.h Mon Jun 21 16:13:30 2010
@@ -679,7 +679,7 @@
* allocated. This is helpful for finding unitialized data structure
* problems.
*/
- rtems_malloc_dirtier_t *rtems_malloc_dirty_helper =
+ rtems_malloc_dirtier_t rtems_malloc_dirty_helper =
#if defined(CONFIGURE_MALLOC_DIRTY)
rtems_malloc_dirty_memory;
#else
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100621/8f8e465b/attachment-0001.html>
More information about the vc
mailing list