forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* console/console.c: Fix prototypes.
|
||||
|
||||
@@ -21,6 +21,8 @@ extern "C" {
|
||||
#include <rtems/iosupp.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
#define BSP_SMALL_MEMORY 1
|
||||
|
||||
/***************************************************************************/
|
||||
/** Hardware data structure headers **/
|
||||
#include <mcf5225x/mcf5225x.h>
|
||||
|
||||
@@ -127,7 +127,7 @@ SECTIONS
|
||||
{
|
||||
PROVIDE( _data_dest_start = . );
|
||||
PROVIDE( _copy_start = .);
|
||||
*(.data)
|
||||
*(.data*)
|
||||
*(.gnu.linkonce.d*)
|
||||
*(.gcc_except_table*)
|
||||
*(.jcr)
|
||||
|
||||
Reference in New Issue
Block a user