forked from Imagelibrary/rtems
2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b.* section.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
@@ -168,7 +168,7 @@ SECTIONS
|
||||
__bss_start = ALIGN(0x8);
|
||||
_bss_start = .;
|
||||
bss_start = .;
|
||||
*(.bss*)
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
end = .;
|
||||
_end = ALIGN(0x8);
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
@@ -167,7 +167,7 @@ SECTIONS
|
||||
__bss_start = ALIGN(0x8);
|
||||
_bss_start = .;
|
||||
bss_start = .;
|
||||
*(.bss*)
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
end = .;
|
||||
_end = ALIGN(0x8);
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||
|
||||
@@ -167,7 +167,7 @@ SECTIONS
|
||||
__bss_start = ALIGN(0x8);
|
||||
_bss_start = .;
|
||||
bss_start = .;
|
||||
*(.bss*)
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
end = .;
|
||||
_end = ALIGN(0x8);
|
||||
|
||||
Reference in New Issue
Block a user