change log for rtems (2010-06-29)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Jun 29 14:12:14 UTC 2010


 *jennifer*:
2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>

	* configure.ac: Added AC_CHECK_SIZEOF macro.

M   1.10  c/src/lib/libbsp/powerpc/beatnik/ChangeLog
M    1.2  c/src/lib/libbsp/powerpc/beatnik/configure.ac
M   1.86  c/src/lib/libbsp/powerpc/ep1a/ChangeLog
M   1.13  c/src/lib/libbsp/powerpc/ep1a/configure.ac
M  1.147  c/src/lib/libbsp/powerpc/gen5200/ChangeLog
M   1.17  c/src/lib/libbsp/powerpc/gen5200/configure.ac
M   1.94  c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
M   1.12  c/src/lib/libbsp/powerpc/gen83xx/configure.ac
M   1.32  c/src/lib/libbsp/powerpc/haleakala/ChangeLog
M    1.8  c/src/lib/libbsp/powerpc/haleakala/configure.ac
M  1.171  c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
M   1.32  c/src/lib/libbsp/powerpc/mbx8xx/configure.ac
M  1.155  c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
M   1.34  c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
M   1.54  c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog
M   1.12  c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac
M  1.150  c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
M   1.33  c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac
M   1.49  c/src/lib/libbsp/powerpc/mvme3100/ChangeLog
M    1.8  c/src/lib/libbsp/powerpc/mvme3100/configure.ac
M  1.123  c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
M   1.15  c/src/lib/libbsp/powerpc/mvme5500/configure.ac
M  1.178  c/src/lib/libbsp/powerpc/psim/ChangeLog
M   1.34  c/src/lib/libbsp/powerpc/psim/configure.ac
M   1.16  c/src/lib/libbsp/powerpc/qemuppc/ChangeLog
M    1.4  c/src/lib/libbsp/powerpc/qemuppc/configure.ac
M  1.181  c/src/lib/libbsp/powerpc/score603e/ChangeLog
M   1.35  c/src/lib/libbsp/powerpc/score603e/configure.ac
M   1.65  c/src/lib/libbsp/powerpc/ss555/ChangeLog
M   1.16  c/src/lib/libbsp/powerpc/ss555/configure.ac
M   1.51  c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
M    1.9  c/src/lib/libbsp/powerpc/tqm8xx/configure.ac
M   1.59  c/src/lib/libbsp/powerpc/virtex/ChangeLog
M    1.8  c/src/lib/libbsp/powerpc/virtex/configure.ac
M  1.153  c/src/lib/libbsp/sparc/erc32/ChangeLog
M   1.28  c/src/lib/libbsp/sparc/erc32/configure.ac
M   1.72  c/src/lib/libbsp/sparc/leon2/ChangeLog
M   1.15  c/src/lib/libbsp/sparc/leon2/configure.ac
M   1.96  c/src/lib/libbsp/sparc/leon3/ChangeLog
M   1.15  c/src/lib/libbsp/sparc/leon3/configure.ac

diff -u rtems/c/src/lib/libbsp/powerpc/beatnik/ChangeLog:1.9 rtems/c/src/lib/libbsp/powerpc/beatnik/ChangeLog:1.10
--- rtems/c/src/lib/libbsp/powerpc/beatnik/ChangeLog:1.9	Mon May 10 09:08:33 2010
+++ rtems/c/src/lib/libbsp/powerpc/beatnik/ChangeLog	Tue Jun 29 08:44:02 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-05-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign

diff -u rtems/c/src/lib/libbsp/powerpc/beatnik/configure.ac:1.1 rtems/c/src/lib/libbsp/powerpc/beatnik/configure.ac:1.2
--- rtems/c/src/lib/libbsp/powerpc/beatnik/configure.ac:1.1	Thu Dec  3 10:56:22 2009
+++ rtems/c/src/lib/libbsp/powerpc/beatnik/configure.ac	Tue Jun 29 08:44:02 2010
@@ -20,6 +20,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 AS=$CC
 AM_PROG_AS
 

diff -u rtems/c/src/lib/libbsp/powerpc/ep1a/ChangeLog:1.85 rtems/c/src/lib/libbsp/powerpc/ep1a/ChangeLog:1.86
--- rtems/c/src/lib/libbsp/powerpc/ep1a/ChangeLog:1.85	Sat Mar 27 09:59:17 2010
+++ rtems/c/src/lib/libbsp/powerpc/ep1a/ChangeLog	Tue Jun 29 08:44:23 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2009-12-16      Thomas Doerfler <Thomas.Doerfler at embedded-brains.de>
 
 	* start/start.S: removed obsolete bootcard calling warning

diff -u rtems/c/src/lib/libbsp/powerpc/ep1a/configure.ac:1.12 rtems/c/src/lib/libbsp/powerpc/ep1a/configure.ac:1.13
--- rtems/c/src/lib/libbsp/powerpc/ep1a/configure.ac:1.12	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/ep1a/configure.ac	Tue Jun 29 08:44:23 2010
@@ -36,6 +36,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
 
 # Explicitly list all Makefiles here

diff -u rtems/c/src/lib/libbsp/powerpc/gen5200/ChangeLog:1.146 rtems/c/src/lib/libbsp/powerpc/gen5200/ChangeLog:1.147
--- rtems/c/src/lib/libbsp/powerpc/gen5200/ChangeLog:1.146	Fri Apr 30 07:45:13 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen5200/ChangeLog	Tue Jun 29 08:44:44 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-04-30	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* include/irq-config.h: Removed file.

diff -u rtems/c/src/lib/libbsp/powerpc/gen5200/configure.ac:1.16 rtems/c/src/lib/libbsp/powerpc/gen5200/configure.ac:1.17
--- rtems/c/src/lib/libbsp/powerpc/gen5200/configure.ac:1.16	Thu Mar 25 15:26:51 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen5200/configure.ac	Tue Jun 29 08:44:44 2010
@@ -108,6 +108,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile])
 

diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog:1.93 rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog:1.94
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog:1.93	Fri Apr 30 07:48:52 2010
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog	Tue Jun 29 08:44:54 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-04-30	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* include/irq-config.h: Removed file.

diff -u rtems/c/src/lib/libbsp/powerpc/gen83xx/configure.ac:1.11 rtems/c/src/lib/libbsp/powerpc/gen83xx/configure.ac:1.12
--- rtems/c/src/lib/libbsp/powerpc/gen83xx/configure.ac:1.11	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/gen83xx/configure.ac	Tue Jun 29 08:44:54 2010
@@ -47,6 +47,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 # Explicitly list all Makefiles here
 AC_CONFIG_FILES([Makefile])
 

diff -u rtems/c/src/lib/libbsp/powerpc/haleakala/ChangeLog:1.31 rtems/c/src/lib/libbsp/powerpc/haleakala/ChangeLog:1.32
--- rtems/c/src/lib/libbsp/powerpc/haleakala/ChangeLog:1.31	Sat Mar 27 15:41:04 2010
+++ rtems/c/src/lib/libbsp/powerpc/haleakala/ChangeLog	Tue Jun 29 08:45:30 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-03-27      Thomas Doerfler <Thomas.Doerfler at embedded-brains.de>
 
 	* start/start.S: removed "bootbard calling" warning

diff -u rtems/c/src/lib/libbsp/powerpc/haleakala/configure.ac:1.7 rtems/c/src/lib/libbsp/powerpc/haleakala/configure.ac:1.8
--- rtems/c/src/lib/libbsp/powerpc/haleakala/configure.ac:1.7	Tue Oct 20 00:05:32 2009
+++ rtems/c/src/lib/libbsp/powerpc/haleakala/configure.ac	Tue Jun 29 08:45:31 2010
@@ -19,6 +19,10 @@
 
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
 RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
 [If defined, then the PowerPC specific code in RTEMS will use some

diff -u rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog:1.170 rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog:1.171
--- rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog:1.170	Fri Apr 30 07:34:36 2010
+++ rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog	Tue Jun 29 08:45:47 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-04-30	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* include/irq-config.h: Removed file.

diff -u rtems/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac:1.31 rtems/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac:1.32
--- rtems/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac:1.31	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac	Tue Jun 29 08:45:48 2010
@@ -18,6 +18,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[mbx860_005b],[0])
 RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
 RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],

diff -u rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog:1.154 rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog:1.155
--- rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog:1.154	Tue Dec  8 11:24:21 2009
+++ rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog	Tue Jun 29 08:46:02 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2009-12-08	Eric Norum <wenorum at lbl.gov>
 
 	* include/bsp.h: Add network configuration preprocessor macros.

diff -u rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac:1.33 rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac:1.34
--- rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac:1.33	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac	Tue Jun 29 08:46:04 2010
@@ -19,6 +19,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 AS=$CC
 AM_PROG_AS
 

diff -u rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog:1.53 rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog:1.54
--- rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog:1.53	Thu Jun  3 15:17:43 2010
+++ rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog	Tue Jun 29 08:46:43 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-06-03	Thomas Doerfler <Thomas.Doerfler at embedded-brains.de>
 
 	* startup/sd-card-init.c: fix bug in mount table

diff -u rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac:1.11 rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac:1.12
--- rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac:1.11	Wed Apr  7 09:19:55 2010
+++ rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac	Tue Jun 29 08:46:46 2010
@@ -23,6 +23,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[gwlcfm],[0])
 RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[mpc5566evb],[1])
 RTEMS_BSPOPTS_SET([DATA_CACHE_ENABLE],[*],[1])

diff -u rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog:1.149 rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog:1.150
--- rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog:1.149	Mon Jun 14 11:01:37 2010
+++ rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog	Tue Jun 29 08:46:55 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-06-14	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* startup/bspstart.c: Formatting.

diff -u rtems/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac:1.32 rtems/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac:1.33
--- rtems/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac:1.32	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/mpc8260ads/configure.ac	Tue Jun 29 08:46:55 2010
@@ -67,6 +67,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
 
 # Explicitly list a Makefile here

diff -u rtems/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog:1.48 rtems/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog:1.49
--- rtems/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog:1.48	Tue Feb  9 19:59:57 2010
+++ rtems/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog	Tue Jun 29 08:47:25 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-02-09	Till Straumann <strauman at slac.stanford.edu>
 
 	* network/tsec.c: Added code to restart halted DMA

diff -u rtems/c/src/lib/libbsp/powerpc/mvme3100/configure.ac:1.7 rtems/c/src/lib/libbsp/powerpc/mvme3100/configure.ac:1.8
--- rtems/c/src/lib/libbsp/powerpc/mvme3100/configure.ac:1.7	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/mvme3100/configure.ac	Tue Jun 29 08:47:25 2010
@@ -19,6 +19,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 AS=$CC
 AM_PROG_AS
 

diff -u rtems/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog:1.122 rtems/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog:1.123
--- rtems/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog:1.122	Sat Mar 27 16:09:08 2010
+++ rtems/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog	Tue Jun 29 08:47:40 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-03-27	Thomas Doerfler <Thomas.Doerfler at embedded-brains.de>
 
 	* startup/bspstart.c: correct prototype

diff -u rtems/c/src/lib/libbsp/powerpc/mvme5500/configure.ac:1.14 rtems/c/src/lib/libbsp/powerpc/mvme5500/configure.ac:1.15
--- rtems/c/src/lib/libbsp/powerpc/mvme5500/configure.ac:1.14	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/mvme5500/configure.ac	Tue Jun 29 08:47:40 2010
@@ -19,6 +19,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 AS=$CC
 AM_PROG_AS
 

diff -u rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog:1.177 rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog:1.178
--- rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog:1.177	Tue Dec  1 19:46:45 2009
+++ rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog	Tue Jun 29 08:47:48 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2009-12-01	Till Straumann <strauman at slac.stanford.edu>
 
 	* Makefile.am, start/start.S: Added AltiVec support

diff -u rtems/c/src/lib/libbsp/powerpc/psim/configure.ac:1.33 rtems/c/src/lib/libbsp/powerpc/psim/configure.ac:1.34
--- rtems/c/src/lib/libbsp/powerpc/psim/configure.ac:1.33	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/psim/configure.ac	Tue Jun 29 08:47:48 2010
@@ -19,6 +19,10 @@
 
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_CONFIG_BUILD_SUBDIRS(tools)
 
 RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[0])

diff -u rtems/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog:1.15 rtems/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog:1.16
--- rtems/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog:1.15	Fri Apr 30 07:32:51 2010
+++ rtems/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog	Tue Jun 29 08:47:59 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-04-30	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* include/irq-config.h: Removed file.

diff -u rtems/c/src/lib/libbsp/powerpc/qemuppc/configure.ac:1.3 rtems/c/src/lib/libbsp/powerpc/qemuppc/configure.ac:1.4
--- rtems/c/src/lib/libbsp/powerpc/qemuppc/configure.ac:1.3	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/qemuppc/configure.ac	Tue Jun 29 08:47:59 2010
@@ -15,6 +15,10 @@
 RTEMS_CANONICALIZE_TOOLS
 RTEMS_PROG_CCAS
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
 
 # Explicitly list all Makefiles here

diff -u rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog:1.180 rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog:1.181
--- rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog:1.180	Mon Jun 28 19:38:29 2010
+++ rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog	Tue Jun 29 08:48:24 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-06-28	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1573/cpukit

diff -u rtems/c/src/lib/libbsp/powerpc/score603e/configure.ac:1.34 rtems/c/src/lib/libbsp/powerpc/score603e/configure.ac:1.35
--- rtems/c/src/lib/libbsp/powerpc/score603e/configure.ac:1.34	Sat Nov 28 00:28:40 2009
+++ rtems/c/src/lib/libbsp/powerpc/score603e/configure.ac	Tue Jun 29 08:48:24 2010
@@ -69,6 +69,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
 
 # Explicitly list all Makefiles here

diff -u rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog:1.64 rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog:1.65
--- rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog:1.64	Tue Jun  1 22:34:37 2010
+++ rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog	Tue Jun 29 08:48:32 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-06-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* include/bsp.h: Add prototypes for BSP_disconnect_clock_handler, 

diff -u rtems/c/src/lib/libbsp/powerpc/ss555/configure.ac:1.15 rtems/c/src/lib/libbsp/powerpc/ss555/configure.ac:1.16
--- rtems/c/src/lib/libbsp/powerpc/ss555/configure.ac:1.15	Sat Nov 28 00:28:41 2009
+++ rtems/c/src/lib/libbsp/powerpc/ss555/configure.ac	Tue Jun 29 08:48:32 2010
@@ -18,6 +18,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSPOPTS_SET([WATCHDOG_TIMEOUT],[*],[0xFFFF])
 RTEMS_BSPOPTS_HELP([WATCHDOG_TIMEOUT],
 [Define to the desired timeout (in steps of 1/20 msec) to enable the

diff -u rtems/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog:1.50 rtems/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog:1.51
--- rtems/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog:1.50	Fri Apr 30 07:31:46 2010
+++ rtems/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog	Tue Jun 29 08:48:41 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-04-30	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* include/irq-config.h: Removed file.

diff -u rtems/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac:1.8 rtems/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac:1.9
--- rtems/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac:1.8	Tue Jan 19 03:11:34 2010
+++ rtems/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac	Tue Jun 29 08:48:41 2010
@@ -18,6 +18,10 @@
 RTEMS_CHECK_NETWORKING
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1])
 RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
 [If defined, then the PowerPC specific code in RTEMS will use

diff -u rtems/c/src/lib/libbsp/powerpc/virtex/ChangeLog:1.58 rtems/c/src/lib/libbsp/powerpc/virtex/ChangeLog:1.59
--- rtems/c/src/lib/libbsp/powerpc/virtex/ChangeLog:1.58	Sun May 23 00:42:31 2010
+++ rtems/c/src/lib/libbsp/powerpc/virtex/ChangeLog	Tue Jun 29 08:49:05 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-05-23	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* console/consolelite.c, network/xiltemac.c:

diff -u rtems/c/src/lib/libbsp/powerpc/virtex/configure.ac:1.7 rtems/c/src/lib/libbsp/powerpc/virtex/configure.ac:1.8
--- rtems/c/src/lib/libbsp/powerpc/virtex/configure.ac:1.7	Tue Oct 20 00:00:58 2009
+++ rtems/c/src/lib/libbsp/powerpc/virtex/configure.ac	Tue Jun 29 08:49:06 2010
@@ -19,6 +19,10 @@
 
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[1])
 RTEMS_BSPOPTS_HELP([PPC_USE_SPRG],
 [If defined, then the PowerPC specific code in RTEMS will use some

diff -u rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog:1.152 rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog:1.153
--- rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog:1.152	Tue May 11 02:40:38 2010
+++ rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog	Tue Jun 29 08:43:06 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-05-11	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* startup/linkcmds: Include basic linker command file and define only

diff -u rtems/c/src/lib/libbsp/sparc/erc32/configure.ac:1.27 rtems/c/src/lib/libbsp/sparc/erc32/configure.ac:1.28
--- rtems/c/src/lib/libbsp/sparc/erc32/configure.ac:1.27	Sat Nov 28 00:28:41 2009
+++ rtems/c/src/lib/libbsp/sparc/erc32/configure.ac	Tue Jun 29 08:43:06 2010
@@ -19,6 +19,10 @@
 
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_CONFIG_BUILD_SUBDIRS(tools)
 
 ## bsp-specific options

diff -u rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog:1.71 rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog:1.72
--- rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog:1.71	Tue May 11 02:40:59 2010
+++ rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog	Tue Jun 29 08:42:26 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-05-11	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* startup/linkcmds: Include basic linker command file and define only

diff -u rtems/c/src/lib/libbsp/sparc/leon2/configure.ac:1.14 rtems/c/src/lib/libbsp/sparc/leon2/configure.ac:1.15
--- rtems/c/src/lib/libbsp/sparc/leon2/configure.ac:1.14	Sat Nov 28 00:28:41 2009
+++ rtems/c/src/lib/libbsp/sparc/leon2/configure.ac	Tue Jun 29 08:42:26 2010
@@ -19,6 +19,10 @@
 
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_CONFIG_BUILD_SUBDIRS(tools)
 
 ## bsp-specific options

diff -u rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog:1.95 rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog:1.96
--- rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog:1.95	Mon May 24 10:05:18 2010
+++ rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog	Tue Jun 29 08:41:39 2010
@@ -1,3 +1,7 @@
+2010-06-29	Joel Sherrill <Joel.Sherrill at OARcorp.com>
+
+	* configure.ac: Added AC_CHECK_SIZEOF macro.
+
 2010-05-24	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* Makefile.am, amba/amba.c, console/console.c, console/debugputs.c,

diff -u rtems/c/src/lib/libbsp/sparc/leon3/configure.ac:1.14 rtems/c/src/lib/libbsp/sparc/leon3/configure.ac:1.15
--- rtems/c/src/lib/libbsp/sparc/leon3/configure.ac:1.14	Sat Nov 28 00:28:41 2009
+++ rtems/c/src/lib/libbsp/sparc/leon3/configure.ac	Tue Jun 29 08:41:39 2010
@@ -19,6 +19,10 @@
 
 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
 
+## This is needed to generate the field offsets of the per CPU 
+## data structure so they can be accessed from assembly code.
+AC_CHECK_SIZEOF([void *])
+
 RTEMS_CONFIG_BUILD_SUBDIRS(tools)
 
 ## bsp-specific options



--

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/20100629/7e4b973d/attachment-0001.html>


More information about the vc mailing list