change log for rtems (2010-07-01)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu Jul 1 20:15:36 UTC 2010


 *joel*:
2010-07-01	Joel Sherrill <joel.sherrill at oarcorp.com>

	* rtems/asm.h, rtems/score/cpu.h: cpu.h defines were not available to
	assembly programs. This resulted in percpu.h (when included from
	assembly) not being able to detect that the MIPS does not have a
	dedicated software managed interrupt stack.

M  1.140  cpukit/score/cpu/mips/ChangeLog
M   1.20  cpukit/score/cpu/mips/rtems/asm.h
M   1.58  cpukit/score/cpu/mips/rtems/score/cpu.h

diff -u rtems/cpukit/score/cpu/mips/ChangeLog:1.139 rtems/cpukit/score/cpu/mips/ChangeLog:1.140
--- rtems/cpukit/score/cpu/mips/ChangeLog:1.139	Mon Jun 28 19:31:43 2010
+++ rtems/cpukit/score/cpu/mips/ChangeLog	Thu Jul  1 14:43:28 2010
@@ -1,3 +1,10 @@
+2010-07-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* rtems/asm.h, rtems/score/cpu.h: cpu.h defines were not available to
+	assembly programs. This resulted in percpu.h (when included from
+	assembly) not being able to detect that the MIPS does not have a
+	dedicated software managed interrupt stack.
+
 2010-06-28	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1573/cpukit

diff -u rtems/cpukit/score/cpu/mips/rtems/asm.h:1.19 rtems/cpukit/score/cpu/mips/rtems/asm.h:1.20
--- rtems/cpukit/score/cpu/mips/rtems/asm.h:1.19	Thu Oct 27 02:28:36 2005
+++ rtems/cpukit/score/cpu/mips/rtems/asm.h	Thu Jul  1 14:43:29 2010
@@ -36,6 +36,7 @@
 #ifndef ASM
 #define ASM
 #endif
+#include <rtems/system.h>
 #include <rtems/score/cpuopts.h>
 #include <rtems/score/mips.h>
 

diff -u rtems/cpukit/score/cpu/mips/rtems/score/cpu.h:1.57 rtems/cpukit/score/cpu/mips/rtems/score/cpu.h:1.58
--- rtems/cpukit/score/cpu/mips/rtems/score/cpu.h:1.57	Mon Jun 28 19:31:44 2010
+++ rtems/cpukit/score/cpu/mips/rtems/score/cpu.h	Thu Jul  1 14:43:29 2010
@@ -387,7 +387,7 @@
  *  a debugger such as gdb.  But that is another problem.
  */
 
-#ifndef ASSEMBLY_ONLY
+#ifndef ASM
 
 /* WARNING: If this structure is modified, the constants in cpu.h must be updated. */
 #if (__mips == 1) || (__mips == 32)



--

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/20100701/0533d1d5/attachment-0001.html>


More information about the vc mailing list