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>
|
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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -130,8 +130,7 @@ SECTIONS
|
|||||||
*(.sbss*)
|
*(.sbss*)
|
||||||
*(.scommon)
|
*(.scommon)
|
||||||
}
|
}
|
||||||
|
.bss : {
|
||||||
.bss (NOLOAD): {
|
|
||||||
_bss_start = . ;
|
_bss_start = . ;
|
||||||
*(.bss*)
|
*(.bss*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
|
|||||||
Reference in New Issue
Block a user