2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>

* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
This commit is contained in:
Joel Sherrill
2010-04-25 16:11:05 +00:00
parent fbd06a090c
commit 46b6a01ef1
12 changed files with 34 additions and 8 deletions

View File

@@ -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.

View File

@@ -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.*)

View File

@@ -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>.

View File

@@ -156,7 +156,7 @@ SECTIONS
} >ram
.bss :
.bss (NOLOAD):
{
_bss_start = . ;
*(.bss .bss.* .gnu.linkonce.b.*)

View File

@@ -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.

View File

@@ -136,7 +136,8 @@ SECTIONS
*(.sbss)
*(.scommon)
}
.bss : {
.bss (NOLOAD): {
_bss_start = . ;
*(.bss)
*(.reginfo)

View File

@@ -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

View File

@@ -130,7 +130,8 @@ SECTIONS
*(.sbss*)
*(.scommon)
}
.bss : {
.bss (NOLOAD): {
_bss_start = . ;
*(.bss*)
*(COMMON)

View File

@@ -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.

View File

@@ -137,7 +137,8 @@ SECTIONS
*(.sbss)
*(.scommon)
}
.bss : {
.bss (NOLOAD): {
_bss_start = . ;
*(.bss)
*(.reginfo)

View File

@@ -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.

View File

@@ -137,7 +137,8 @@ SECTIONS
*(.sbss)
*(.scommon)
}
.bss : {
.bss (NOLOAD): {
_bss_start = . ;
*(.bss)
*(.reginfo)