<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-02-08)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>

        * include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t.
        * configure.ac: Add AC_CHECK_SIZEOF([blksize_t]),
        AC_CHECK_SIZEOF([blkcnt_t]).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.328&r2=text&tr2=1.329&diff_format=h">M</a></td><td width='1%'>1.329</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.264.2.2&r2=text&tr2=1.264.2.3&diff_format=h">M</a></td><td width='1%'>1.264.2.3</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/configure.ac.diff?r1=text&tr1=1.80&r2=text&tr2=1.81&diff_format=h">M</a></td><td width='1%'>1.81</td><td width='100%'>testsuites/psxtests/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/configure.ac.diff?r1=text&tr1=1.61.2.2&r2=text&tr2=1.61.2.3&diff_format=h">M</a></td><td width='1%'>1.61.2.3</td><td width='100%'>testsuites/psxtests/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/include/pmacros.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>testsuites/psxtests/include/pmacros.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/include/pmacros.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.12.2.1&diff_format=h">M</a></td><td width='1%'>1.12.2.1</td><td width='100%'>testsuites/psxtests/include/pmacros.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.328 rtems/testsuites/psxtests/ChangeLog:1.329
--- rtems/testsuites/psxtests/ChangeLog:1.328   Wed Feb  2 09:01:25 2011
+++ rtems/testsuites/psxtests/ChangeLog Tue Feb  8 00:37:33 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-02-08    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t.
+       * configure.ac: Add AC_CHECK_SIZEOF([blksize_t]),
+       AC_CHECK_SIZEOF([blkcnt_t]).
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.264.2.2 rtems/testsuites/psxtests/ChangeLog:1.264.2.3
--- rtems/testsuites/psxtests/ChangeLog:1.264.2.2       Wed Feb  2 09:18:06 2011
+++ rtems/testsuites/psxtests/ChangeLog Tue Feb  8 00:38:03 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-02-08    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t.
+       * configure.ac: Add AC_CHECK_SIZEOF([blksize_t]),
+       AC_CHECK_SIZEOF([blkcnt_t]).
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>diff -u rtems/testsuites/psxtests/configure.ac:1.80 rtems/testsuites/psxtests/configure.ac:1.81
--- rtems/testsuites/psxtests/configure.ac:1.80 Wed Feb  2 09:01:25 2011
+++ rtems/testsuites/psxtests/configure.ac      Tue Feb  8 00:37:33 2011
</font><font color='#997700'>@@ -75,6 +75,8 @@
</font> 
 # FIXME: We should get rid of this. It's a cludge.
 AC_CHECK_SIZEOF([off_t])
<font color='#000088'>+AC_CHECK_SIZEOF([blksize_t])
+AC_CHECK_SIZEOF([blkcnt_t])
</font> 
 # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile

<font color='#006600'>diff -u rtems/testsuites/psxtests/configure.ac:1.61.2.2 rtems/testsuites/psxtests/configure.ac:1.61.2.3
--- rtems/testsuites/psxtests/configure.ac:1.61.2.2     Wed Feb  2 09:18:06 2011
+++ rtems/testsuites/psxtests/configure.ac      Tue Feb  8 00:38:03 2011
</font><font color='#997700'>@@ -55,6 +55,8 @@
</font> 
 # FIXME: We should get rid of this. It's a cludge.
 AC_CHECK_SIZEOF([off_t])
<font color='#000088'>+AC_CHECK_SIZEOF([blksize_t])
+AC_CHECK_SIZEOF([blkcnt_t])
</font> 
 # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile

<font color='#006600'>diff -u rtems/testsuites/psxtests/include/pmacros.h:1.12 rtems/testsuites/psxtests/include/pmacros.h:1.13
--- rtems/testsuites/psxtests/include/pmacros.h:1.12    Sat May 29 00:31:46 2010
+++ rtems/testsuites/psxtests/include/pmacros.h Tue Feb  8 00:37:33 2011
</font><font color='#997700'>@@ -101,6 +101,26 @@
</font> #error "unsupported size of off_t"
 #endif
 
<font color='#000088'>+#if SIZEOF_BLKSIZE_T == 8
+#define PRIxblksize_t PRIx64
+#elif SIZEOF_BLKSIZE_T == 4
+#define PRIxblksize_t PRIx32
+#else
+/* Warn and fall back to "long" */
+#warning "unsupported size of blksize_t"
+#define PRIxblksize_t "lx"
+#endif
+
+#if SIZEOF_BLKSIZE_T == 8
+#define PRIxblkcnt_t PRIx64
+#elif SIZEOF_BLKSIZE_T == 4
+#define PRIxblkcnt_t PRIx32
+#else
+/* Warn and fall back to "long" */
+#warning "unsupported size of blkcnt_t"
+#define PRIxblkcnt_t "lx"
+#endif
+
</font> #endif
 
 /* end of file */

<font color='#006600'>diff -u rtems/testsuites/psxtests/include/pmacros.h:1.12 rtems/testsuites/psxtests/include/pmacros.h:1.12.2.1
--- rtems/testsuites/psxtests/include/pmacros.h:1.12    Sat May 29 00:31:46 2010
+++ rtems/testsuites/psxtests/include/pmacros.h Tue Feb  8 00:38:03 2011
</font><font color='#997700'>@@ -101,6 +101,26 @@
</font> #error "unsupported size of off_t"
 #endif
 
<font color='#000088'>+#if SIZEOF_BLKSIZE_T == 8
+#define PRIxblksize_t PRIx64
+#elif SIZEOF_BLKSIZE_T == 4
+#define PRIxblksize_t PRIx32
+#else
+/* Warn and fall back to "long" */
+#warning "unsupported size of blksize_t"
+#define PRIxblksize_t "lx"
+#endif
+
+#if SIZEOF_BLKSIZE_T == 8
+#define PRIxblkcnt_t PRIx64
+#elif SIZEOF_BLKSIZE_T == 4
+#define PRIxblkcnt_t PRIx32
+#else
+/* Warn and fall back to "long" */
+#warning "unsupported size of blkcnt_t"
+#define PRIxblkcnt_t "lx"
+#endif
+
</font> #endif
 
 /* end of file */
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>

        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/ChangeLog.diff?r1=text&tr1=1.175&r2=text&tr2=1.176&diff_format=h">M</a></td><td width='1%'>1.176</td><td width='100%'>testsuites/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/ChangeLog.diff?r1=text&tr1=1.164.2.3&r2=text&tr2=1.164.2.4&diff_format=h">M</a></td><td width='1%'>1.164.2.4</td><td width='100%'>testsuites/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/support/include/tmacros.h.diff?r1=text&tr1=1.54&r2=text&tr2=1.55&diff_format=h">M</a></td><td width='1%'>1.55</td><td width='100%'>testsuites/support/include/tmacros.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/support/include/tmacros.h.diff?r1=text&tr1=1.54&r2=text&tr2=1.54.2.1&diff_format=h">M</a></td><td width='1%'>1.54.2.1</td><td width='100%'>testsuites/support/include/tmacros.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/ChangeLog:1.175 rtems/testsuites/ChangeLog:1.176
--- rtems/testsuites/ChangeLog:1.175    Wed Feb  2 09:01:19 2011
+++ rtems/testsuites/ChangeLog  Tue Feb  8 00:39:57 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-08    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>diff -u rtems/testsuites/ChangeLog:1.164.2.3 rtems/testsuites/ChangeLog:1.164.2.4
--- rtems/testsuites/ChangeLog:1.164.2.3        Wed Feb  2 09:17:57 2011
+++ rtems/testsuites/ChangeLog  Tue Feb  8 00:40:11 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-08    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>diff -u rtems/testsuites/support/include/tmacros.h:1.54 rtems/testsuites/support/include/tmacros.h:1.55
--- rtems/testsuites/support/include/tmacros.h:1.54     Sat May 29 00:29:33 2010
+++ rtems/testsuites/support/include/tmacros.h  Tue Feb  8 00:39:57 2011
</font><font color='#997700'>@@ -304,14 +304,6 @@
</font> /* newlib's ino_t is a typedef to "unsigned long" */
 #define PRIxino_t "lx"
 
<font color='#880000'>-/* IEEE Std 1003.1-2008 defines a type blksize_t,
- * newlib currently doesn't have this type, but uses "long" */
-#define PRIxblksize_t "lx"
-
-/* IEEE Std 1003.1-2008 defines a type blkcnt_t,
- * newlib currently doesn't have this type, but uses "long" */
-#define PRIxblkcnt_t "lx"
-
</font> #ifdef __cplusplus
 }
 #endif

<font color='#006600'>diff -u rtems/testsuites/support/include/tmacros.h:1.54 rtems/testsuites/support/include/tmacros.h:1.54.2.1
--- rtems/testsuites/support/include/tmacros.h:1.54     Sat May 29 00:29:33 2010
+++ rtems/testsuites/support/include/tmacros.h  Tue Feb  8 00:40:11 2011
</font><font color='#997700'>@@ -304,14 +304,6 @@
</font> /* newlib's ino_t is a typedef to "unsigned long" */
 #define PRIxino_t "lx"
 
<font color='#880000'>-/* IEEE Std 1003.1-2008 defines a type blksize_t,
- * newlib currently doesn't have this type, but uses "long" */
-#define PRIxblksize_t "lx"
-
-/* IEEE Std 1003.1-2008 defines a type blkcnt_t,
- * newlib currently doesn't have this type, but uses "long" */
-#define PRIxblkcnt_t "lx"
-
</font> #ifdef __cplusplus
 }
 #endif
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>