<!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 (2010-07-06)</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>strauman</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2009-10-28  Till Straumann <strauman@slac.stanford.edu>

        * byteorder.h: added ld_le16, st_le16.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/i386/ChangeLog.diff?r1=text&tr1=1.64&r2=text&tr2=1.65&diff_format=h">M</a></td><td width='1%'>1.65</td><td width='100%'>c/src/lib/libcpu/i386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/i386/ChangeLog.diff?r1=text&tr1=1.64&r2=text&tr2=1.64.2.1&diff_format=h">M</a></td><td width='1%'>1.64.2.1</td><td width='100%'>c/src/lib/libcpu/i386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/i386/byteorder.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libcpu/i386/byteorder.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/i386/byteorder.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.1.8.1&diff_format=h">M</a></td><td width='1%'>1.1.8.1</td><td width='100%'>c/src/lib/libcpu/i386/byteorder.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/i386/ChangeLog:1.64 rtems/c/src/lib/libcpu/i386/ChangeLog:1.65
--- rtems/c/src/lib/libcpu/i386/ChangeLog:1.64  Fri May 21 14:03:21 2010
+++ rtems/c/src/lib/libcpu/i386/ChangeLog       Tue Jul  6 15:13:02 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2009-10-28  Till Straumann <strauman@slac.stanford.edu>
+
+       * byteorder.h: added ld_le16, st_le16.
+
</font> 2010-05-21        Vinu Rajashekhar <vinutheraj@gmail.com>
 
        * cache.c, page.c: Use masks and shift operations instead of

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/i386/ChangeLog:1.64 rtems/c/src/lib/libcpu/i386/ChangeLog:1.64.2.1
--- rtems/c/src/lib/libcpu/i386/ChangeLog:1.64  Fri May 21 14:03:21 2010
+++ rtems/c/src/lib/libcpu/i386/ChangeLog       Tue Jul  6 15:11:21 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2009-10-28  Till Straumann <strauman@slac.stanford.edu>
+
+       * byteorder.h: added ld_le16, st_le16.
+
</font> 2010-05-21        Vinu Rajashekhar <vinutheraj@gmail.com>
 
        * cache.c, page.c: Use masks and shift operations instead of

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/i386/byteorder.h:1.1 rtems/c/src/lib/libcpu/i386/byteorder.h:1.2
--- rtems/c/src/lib/libcpu/i386/byteorder.h:1.1 Fri Nov  4 11:50:34 2005
+++ rtems/c/src/lib/libcpu/i386/byteorder.h     Tue Jul  6 15:13:02 2010
</font><font color='#997700'>@@ -19,4 +19,15 @@
</font>   return(*addr);
 }
 
<font color='#000088'>+static inline void st_le16(volatile uint16_t   *addr, uint16_t   value)
+{
+  *(addr)=value ;
+}
+
+static inline uint16_t   ld_le16(volatile uint16_t   *addr)
+{
+  return(*addr);
+}
+
+
</font> #endif

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/i386/byteorder.h:1.1 rtems/c/src/lib/libcpu/i386/byteorder.h:1.1.8.1
--- rtems/c/src/lib/libcpu/i386/byteorder.h:1.1 Fri Nov  4 11:50:34 2005
+++ rtems/c/src/lib/libcpu/i386/byteorder.h     Tue Jul  6 15:11:21 2010
</font><font color='#997700'>@@ -19,4 +19,15 @@
</font>   return(*addr);
 }
 
<font color='#000088'>+static inline void st_le16(volatile uint16_t   *addr, uint16_t   value)
+{
+  *(addr)=value ;
+}
+
+static inline uint16_t   ld_le16(volatile uint16_t   *addr)
+{
+  return(*addr);
+}
+
+
</font> #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>