2010-05-03 Joel Sherrill <joel.sherrilL@OARcorp.com>

* include/bsp.h: Add BSP_SMALL_MEMORY.
	* startup/linkcmds: Wildcard on .data so C++ links.
This commit is contained in:
Joel Sherrill
2010-05-04 00:06:51 +00:00
parent 021bc6669a
commit 510f8b4d19
3 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2010-05-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* include/bsp.h: Add BSP_SMALL_MEMORY.
* startup/linkcmds: Wildcard on .data so C++ links.
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Fix prototypes. * console/console.c: Fix prototypes.

View File

@@ -21,6 +21,8 @@ extern "C" {
#include <rtems/iosupp.h> #include <rtems/iosupp.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#define BSP_SMALL_MEMORY 1
/***************************************************************************/ /***************************************************************************/
/** Hardware data structure headers **/ /** Hardware data structure headers **/
#include <mcf5225x/mcf5225x.h> #include <mcf5225x/mcf5225x.h>

View File

@@ -127,7 +127,7 @@ SECTIONS
{ {
PROVIDE( _data_dest_start = . ); PROVIDE( _data_dest_start = . );
PROVIDE( _copy_start = .); PROVIDE( _copy_start = .);
*(.data) *(.data*)
*(.gnu.linkonce.d*) *(.gnu.linkonce.d*)
*(.gcc_except_table*) *(.gcc_except_table*)
*(.jcr) *(.jcr)