2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>

* start/start.S, startup/linkcmds: Revert previous change. Remove
	.reginfo from .bss section where it was present.
This commit is contained in:
Joel Sherrill
2010-04-27 17:11:03 +00:00
parent 2733f477d0
commit 980ee08fa9
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S, startup/linkcmds: Revert previous change. Remove
.reginfo from .bss section where it was present.
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings. * startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.

View File

@@ -124,7 +124,7 @@ _start_in_ram:
nop nop
3: 3:
LA (gp, _gp) # set the global data pointer LA (gp, _gp) # set the global data pointer
.end _start .end _start_in_ram
/* /*
* zero out the bss section. * zero out the bss section.

View File

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