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>
|
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
* console/console.c: Fix prototypes.
|
* console/console.c: Fix prototypes.
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user