<!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-01-27)</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>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-01-27 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e500
        categories.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/ChangeLog.diff?r1=text&tr1=1.368&r2=text&tr2=1.369&diff_format=h">M</a></td><td width='1%'>1.369</td><td width='100%'>c/src/lib/libcpu/powerpc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.368 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.369
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.368      Fri Jan 14 04:48:56 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog    Thu Jan 27 07:32:53 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-01-27    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e500
+       categories.
+
</font> 2011-01-14        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * mpc83xx/network/tsec.c, mpc83xx/network/tsec.h: Use configuration

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c:1.5 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c:1.6
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c:1.5   Mon Jan 10 06:00:27 2011
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c       Thu Jan 27 07:32:53 2011
</font><font color='#997700'>@@ -10,7 +10,7 @@
</font>  * Copyright (C) 1999 Eric Valette (valette@crf.canon.fr)
  *                    Canon Centre Recherche France.
  *
<font color='#880000'>- * Copyright (C) 2009 embedded brains GmbH.
</font><font color='#000088'>+ * Copyright (C) 2009-2011 embedded brains GmbH.
</font>  *
  * Enhanced by Jay Kulpinski <jskulpin@eng01.gdds.com>
  * to support 603, 603e, 604, 604e exceptions
<font color='#997700'>@@ -197,6 +197,7 @@
</font> };
 
 static const ppc_exc_categories e500_category_table = {
<font color='#000088'>+  [ASM_BOOKE_CRIT_VECTOR] = PPC_EXC_BOOKE_CRITICAL | PPC_EXC_ASYNC,
</font>   [ASM_MACH_VECTOR] = PPC_EXC_E500_MACHCHK,
   [ASM_PROT_VECTOR] = PPC_EXC_CLASSIC,
   [ASM_ISI_VECTOR] = PPC_EXC_CLASSIC,
<font color='#997700'>@@ -205,6 +206,7 @@
</font>   [ASM_PROG_VECTOR] = PPC_EXC_CLASSIC,
   [ASM_FLOAT_VECTOR] = PPC_EXC_CLASSIC,
   [ASM_SYS_VECTOR] = PPC_EXC_CLASSIC,
<font color='#000088'>+  [ASM_BOOKE_APU_VECTOR] = PPC_EXC_CLASSIC,
</font>   [ASM_BOOKE_DEC_VECTOR] = PPC_EXC_CLASSIC | PPC_EXC_ASYNC,
   [ASM_BOOKE_FIT_VECTOR] = PPC_EXC_CLASSIC | PPC_EXC_ASYNC,
   [ASM_BOOKE_WDOG_VECTOR] = PPC_EXC_BOOKE_CRITICAL | PPC_EXC_ASYNC,
</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>