mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* bsp_specs: Remove extra } to eliminate warning.
|
||||
|
||||
@@ -19,7 +19,6 @@ RamSize = _sdram_size;
|
||||
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x0;
|
||||
_StackSize = DEFINED(_StackSize) ? _StackSize : 0x4000;
|
||||
|
||||
|
||||
MEMORY
|
||||
{
|
||||
ram : ORIGIN = 0x80400000, LENGTH = 12M
|
||||
@@ -158,8 +157,7 @@ SECTIONS
|
||||
*(.scommon)
|
||||
} >ram
|
||||
|
||||
|
||||
.bss :
|
||||
.bss (NOLOAD):
|
||||
{
|
||||
_bss_start = . ;
|
||||
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/conscfg.c: Include <unistd.h>.
|
||||
|
||||
@@ -156,7 +156,7 @@ SECTIONS
|
||||
} >ram
|
||||
|
||||
|
||||
.bss :
|
||||
.bss (NOLOAD):
|
||||
{
|
||||
_bss_start = . ;
|
||||
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/hurricane.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
@@ -136,7 +136,8 @@ SECTIONS
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
|
||||
.bss (NOLOAD): {
|
||||
_bss_start = . ;
|
||||
*(.bss)
|
||||
*(.reginfo)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Split hardware initialization code into
|
||||
|
||||
@@ -130,7 +130,8 @@ SECTIONS
|
||||
*(.sbss*)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
|
||||
.bss (NOLOAD): {
|
||||
_bss_start = . ;
|
||||
*(.bss*)
|
||||
*(COMMON)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card is invoked properly with argc, argv.
|
||||
|
||||
@@ -137,7 +137,8 @@ SECTIONS
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
|
||||
.bss (NOLOAD): {
|
||||
_bss_start = . ;
|
||||
*(.bss)
|
||||
*(.reginfo)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* start/start.S: Verify boot_card is invoked properly with argc, argv.
|
||||
|
||||
@@ -137,7 +137,8 @@ SECTIONS
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
|
||||
.bss (NOLOAD): {
|
||||
_bss_start = . ;
|
||||
*(.bss)
|
||||
*(.reginfo)
|
||||
|
||||
Reference in New Issue
Block a user