forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
|
||||
|
||||
@@ -124,7 +124,7 @@ _start_in_ram:
|
||||
nop
|
||||
3:
|
||||
LA (gp, _gp) # set the global data pointer
|
||||
.end _start
|
||||
.end _start_in_ram
|
||||
|
||||
/*
|
||||
* zero out the bss section.
|
||||
|
||||
@@ -130,8 +130,7 @@ SECTIONS
|
||||
*(.sbss*)
|
||||
*(.scommon)
|
||||
}
|
||||
|
||||
.bss (NOLOAD): {
|
||||
.bss : {
|
||||
_bss_start = . ;
|
||||
*(.bss*)
|
||||
*(COMMON)
|
||||
|
||||
Reference in New Issue
Block a user