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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ SECTIONS
|
|||||||
.bss :
|
.bss :
|
||||||
{
|
{
|
||||||
_bss_start = . ;
|
_bss_start = . ;
|
||||||
*(.bss*)
|
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||||
*(.reginfo)
|
*(.reginfo)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN (64);
|
. = ALIGN (64);
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* clock/clockdrv.c: Correct path to clockdrv_shell.c
|
* clock/clockdrv.c: Correct path to clockdrv_shell.c
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ SECTIONS
|
|||||||
.bss :
|
.bss :
|
||||||
{
|
{
|
||||||
_bss_start = . ;
|
_bss_start = . ;
|
||||||
*(.bss*)
|
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||||
*(.reginfo)
|
*(.reginfo)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN (64);
|
. = ALIGN (64);
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
PROVIDE (__bss_start = .);
|
PROVIDE (__bss_start = .);
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
PROVIDE (__bss_end = .);
|
PROVIDE (__bss_end = .);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ SECTIONS
|
|||||||
PROVIDE (__SBSS2_END__ = .);
|
PROVIDE (__SBSS2_END__ = .);
|
||||||
|
|
||||||
bss.start = .;
|
bss.start = .;
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(.sbss*)
|
*(.sbss*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -177,7 +177,8 @@ SECTIONS
|
|||||||
.bss :
|
.bss :
|
||||||
{
|
{
|
||||||
bss.start = .;
|
bss.start = .;
|
||||||
*(.bss*) *(.sbss*) *(COMMON)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
|
*(.sbss*) *(COMMON)
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
bss.end = .;
|
bss.end = .;
|
||||||
} > ram
|
} > ram
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
PROVIDE (__bss_start = .);
|
PROVIDE (__bss_start = .);
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss* .gnu.linkonce.b.*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
} >RAM
|
} >RAM
|
||||||
. = ALIGN(8) + 0x8000;
|
. = ALIGN(8) + 0x8000;
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
PROVIDE (__bss_start = .);
|
PROVIDE (__bss_start = .);
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss* .gnu.linkonce.b.*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN(8) + 0x8000;
|
. = ALIGN(8) + 0x8000;
|
||||||
PROVIDE (__stack = .);
|
PROVIDE (__stack = .);
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -209,7 +209,7 @@ SECTIONS
|
|||||||
*(.sbss*)
|
*(.sbss*)
|
||||||
PROVIDE (__SBSS_END__ = .);
|
PROVIDE (__SBSS_END__ = .);
|
||||||
|
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ SECTIONS
|
|||||||
.bss . :
|
.bss . :
|
||||||
{
|
{
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
} > ram
|
} > ram
|
||||||
_end = . ;
|
_end = . ;
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ SECTIONS
|
|||||||
.bss . :
|
.bss . :
|
||||||
{
|
{
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
} > ram
|
} > ram
|
||||||
_end = . ;
|
_end = . ;
|
||||||
|
|||||||
@@ -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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ SECTIONS
|
|||||||
__bss_start = ALIGN(0x8);
|
__bss_start = ALIGN(0x8);
|
||||||
_bss_start = .;
|
_bss_start = .;
|
||||||
bss_start = .;
|
bss_start = .;
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
end = .;
|
end = .;
|
||||||
_end = ALIGN(0x8);
|
_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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ SECTIONS
|
|||||||
__bss_start = ALIGN(0x8);
|
__bss_start = ALIGN(0x8);
|
||||||
_bss_start = .;
|
_bss_start = .;
|
||||||
bss_start = .;
|
bss_start = .;
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
end = .;
|
end = .;
|
||||||
_end = ALIGN(0x8);
|
_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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add sections required by newer gcc versions.
|
* startup/linkcmds: Add sections required by newer gcc versions.
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ SECTIONS
|
|||||||
__bss_start = ALIGN(0x8);
|
__bss_start = ALIGN(0x8);
|
||||||
_bss_start = .;
|
_bss_start = .;
|
||||||
bss_start = .;
|
bss_start = .;
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
end = .;
|
end = .;
|
||||||
_end = ALIGN(0x8);
|
_end = ALIGN(0x8);
|
||||||
|
|||||||
Reference in New Issue
Block a user