change log for rtems (2011-12-09)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Dec 9 16:50:35 UTC 2011
*sh*:
2011-12-09 Sebastian Huber <sebastian.huber at embedded-brains.de>
* psxconfig01/init.c: Fix due to alignment issue.
M 1.378 testsuites/psxtests/ChangeLog
M 1.2 testsuites/psxtests/psxconfig01/init.c
diff -u rtems/testsuites/psxtests/ChangeLog:1.377 rtems/testsuites/psxtests/ChangeLog:1.378
--- rtems/testsuites/psxtests/ChangeLog:1.377 Fri Dec 9 10:27:11 2011
+++ rtems/testsuites/psxtests/ChangeLog Fri Dec 9 10:44:15 2011
@@ -1,5 +1,9 @@
2011-12-09 Sebastian Huber <sebastian.huber at embedded-brains.de>
+ * psxconfig01/init.c: Fix due to alignment issue.
+
+2011-12-09 Sebastian Huber <sebastian.huber at embedded-brains.de>
+
* psxconfig01/.cvsignore, psxconfig01/Makefile.am, psxconfig01/init.c,
psxconfig01/psxconfig01.doc, psxconfig01/psxconfig01.scn: New files.
* Makefile.am, configure.ac: Reflect changes above.
diff -u rtems/testsuites/psxtests/psxconfig01/init.c:1.1 rtems/testsuites/psxtests/psxconfig01/init.c:1.2
--- rtems/testsuites/psxtests/psxconfig01/init.c:1.1 Fri Dec 9 10:27:11 2011
+++ rtems/testsuites/psxtests/psxconfig01/init.c Fri Dec 9 10:44:15 2011
@@ -97,7 +97,7 @@
};
typedef struct {
- uint32_t data [32];
+ uint64_t data [16];
} area;
static area partition_areas [CONFIGURE_MAXIMUM_PARTITIONS];
--
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/20111209/e6bfe112/attachment-0001.html>
More information about the vc
mailing list