2006-02-08 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Add sections required by newer gcc versions.
This commit is contained in:
Joel Sherrill
2006-02-08 12:28:38 +00:00
parent 350808f984
commit 4217b965eb
46 changed files with 168 additions and 82 deletions

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -40,7 +40,8 @@ SECTIONS
.text :
{
*(.text)
*(.text*)
*(.gnu.linkonce.t*)
/*
* Special FreeBSD sysctl sections.
@@ -81,7 +82,7 @@ SECTIONS
.bss SIZEOF(.data) + ADDR(.data):
{
_bss_start = .;
*(.bss)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (64);
. += _StackSize;

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -42,7 +42,7 @@ SECTIONS
_RamBase = .;
__RamBase = .;
CREATE_OBJECT_SYMBOLS
*(.text)
*(.text*)
/*
* C++ constructors/destructors
@@ -125,7 +125,7 @@ SECTIONS
clear_start = . ;
*(.shbss)
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(0x10);
_end = .;

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -35,7 +35,7 @@ SECTIONS
* Text, data and bss segments
*/
.text : {
*(.text)
*(.text*)
/*
* C++ constructors/destructors
@@ -126,7 +126,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -38,7 +38,7 @@ SECTIONS
* Text, data and bss segments
*/
.text : {
*(.text)
*(.text*)
/*
* C++ constructors/destructors
@@ -129,7 +129,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -66,7 +66,7 @@ SECTIONS {
* Text, data and bss segments
*/
.text : {
*(.text)
*(.text*)
/*
* C++ constructors/destructors
@@ -159,7 +159,7 @@ SECTIONS {
. += (256 * 4);
_clear_start = .;
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -35,7 +35,7 @@ SECTIONS
* Text, data and bss segments
*/
.text : {
*(.text)
*(.text*)
/*
* C++ constructors/destructors
@@ -126,7 +126,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -35,7 +35,7 @@ SECTIONS
* Text, data and bss segments
*/
.text : {
*(.text)
*(.text*)
/*
* C++ constructors/destructors
@@ -126,7 +126,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -39,7 +39,7 @@ SECTIONS
* Text, data and bss segments
*/
.text : {
*(.text)
*(.text*)
/*
* C++ constructors/destructors
@@ -130,7 +130,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -46,12 +46,12 @@ SECTIONS
* Needs to be first. 8K limit on CS0 at reset.
*/
*(.resettext);
*cpuboot.o(.text)
*cpuboot.o(.text*)
/*
* The reset of the text is entered once CS0 is remapped.
*/
*(.text)
*(.text*)
/*
* C++ constructors/destructors
@@ -144,7 +144,7 @@ SECTIONS
.bss (ADDR(.data) + SIZEOF(.data)) : {
_clear_start = .;
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -32,7 +32,7 @@ SECTIONS
* Text, data and bss segments
*/
.text 0x0 : {
*(.text)
*(.text*)
/*
* C++ constructors/destructors
@@ -123,7 +123,7 @@ SECTIONS
.bss ADDR(.data) + SIZEOF(.data) : {
_clear_start = .;
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-02-06 Eric Norum <norume@aps.anl.gov>
* clock/clock.c: Avoid division by zero.

View File

@@ -57,7 +57,7 @@ SECTIONS
*/
.text _DownloadLocation : {
*(.text)
*(.text*)
*(.ram_code)
/*
@@ -161,7 +161,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.bss)
*(.bss*)
*(.gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (16);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -29,8 +29,7 @@ SECTIONS
*/start.o(.text)
*(.text)
*(.text.*)
*(.text*)
*(.gnu.linkonce.t*)
*(.mips16.fn.*)
*(.mips16.call.*)
@@ -142,8 +141,7 @@ SECTIONS
.sdata :
{
*(.sdata)
*(.sdata.*)
*(.sdata*)
*(.gnu.linkonce.s*)
} >ram
@@ -152,7 +150,7 @@ SECTIONS
edata = .;
_edata = .;
_fbss = .;
*(.sbss)
*(.sbss*)
*(.scommon)
} >ram
@@ -160,7 +158,7 @@ SECTIONS
.bss :
{
_bss_start = . ;
*(.bss)
*(.bss*)
*(.reginfo)
*(COMMON)
. = ALIGN (64);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -19,8 +19,7 @@ SECTIONS
{
_ftext = . ;
eprol = .;
*(.text)
*(.text.*)
*(.text*)
*(.gnu.linkonce.t*)
*(.mips16.fn.*)
*(.mips16.call.*)
@@ -128,12 +127,12 @@ SECTIONS
_fbss = .;
.sbss : {
*(.sbss)
*(.sbss*)
*(.scommon)
}
.bss : {
_bss_start = . ;
*(.bss)
*(.bss*)
*(COMMON)
. = ALIGN (64);
_stack_limit = .;

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -44,7 +44,7 @@ SECTIONS
.text :
{
_start = .;
*(.text)
*(.text*)
/*
* Special FreeBSD sysctl sections.
*/
@@ -130,7 +130,7 @@ SECTIONS
can access them all, and initialized data all before uninitialized, so
we can shorten the on-disk segment size. */
PROVIDE (__SDATA_START__ = .);
.sdata : { *(.sdata) *(.gnu.linkonce.s.*) }
.sdata : { *(.sdata*) *(.gnu.linkonce.s.*) }
_edata = .;
PROVIDE (edata = .);
PROVIDE (RAM_END = ADDR(.text) + 10M);
@@ -139,7 +139,7 @@ SECTIONS
.sbss :
{
PROVIDE (__sbss_start = .);
*(.sbss)
*(.sbss*)
*(.scommon)
PROVIDE (__sbss_end = .);
}
@@ -148,7 +148,7 @@ SECTIONS
{
PROVIDE (__bss_start = .);
*(.dynbss)
*(.bss)
*(.bss*)
*(COMMON)
PROVIDE (__bss_end = .);
}

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -55,8 +55,7 @@ SECTIONS
*(.entry2)
/* Actual code */
*(.text)
*(.text.*)
*(.text*)
/* C++ constructors/destructors */
*(.gnu.linkonce.t*)
@@ -151,7 +150,7 @@ SECTIONS
*(.data1)
PROVIDE (__SDATA_START__ = .);
*(.sdata)
*(.sdata*)
*(.gnu.linkonce.d*)
*(.gnu.linkonce.s.*)
PROVIDE (__SDATA_END__ = .);
@@ -199,8 +198,8 @@ SECTIONS
PROVIDE (__SBSS2_END__ = .);
bss.start = .;
*(.bss)
*(.sbss)
*(.bss*)
*(.sbss*)
*(COMMON)
. = ALIGN(4);
bss.end = .;

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -50,8 +50,7 @@ SECTIONS
*(.entry2)
/* Actual Code */
*(.text)
*(.text.*)
*(.text*)
*(.rodata*)
@@ -178,7 +177,7 @@ SECTIONS
.bss :
{
bss.start = .;
*(.bss) *(.sbss) *(COMMON)
*(.bss*) *(.sbss*) *(COMMON)
. = ALIGN(4);
bss.end = .;
} > ram
@@ -199,7 +198,7 @@ SECTIONS
*(.data1)
*(.data.* .gnu.linkonce.d.*)
PROVIDE (__SDATA_START__ = .);
*(.sdata)
*(.sdata*)
*(.gnu.linkonce.s.*)
data.end = .;
} > ram

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -77,7 +77,7 @@ SECTIONS
.rela.plt : { *(.rela.plt) }
.text :
{
*(.text)
*(.text*)
*(.gnu.linkonce.t.*)
*(.descriptors)
@@ -179,7 +179,7 @@ SECTIONS
can access them all, and initialized data all before uninitialized, so
we can shorten the on-disk segment size. */
PROVIDE (__SDATA_START__ = .);
.sdata : { *(.sdata) *(.gnu.linkonce.s.*) } >RAM
.sdata : { *(.sdata*) *(.gnu.linkonce.s.*) } >RAM
_edata = .;
PROVIDE (edata = .);
@@ -188,7 +188,7 @@ SECTIONS
{
PROVIDE (__sbss_start = .);
*(.dynsbss)
*(.sbss .sbss.* .gnu.linkonce.sb.*)
*(.sbss* .gnu.linkonce.sb.*)
PROVIDE (__sbss_end = .);
} >RAM
PROVIDE (__SBSS_END__ = .);
@@ -197,7 +197,7 @@ SECTIONS
{
PROVIDE (__bss_start = .);
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
} >RAM
. = ALIGN(8) + 0x8000;

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -52,7 +52,7 @@ SECTIONS
.text 0x100000:
{
*(.text)
*(.text*)
*(.gnu.linkonce.t.*)
*(.descriptors)
@@ -140,7 +140,7 @@ SECTIONS
we can shorten the on-disk segment size. */
PROVIDE (__SDATA_START__ = .);
.sdata : {
*(.sdata)
*(.sdata*)
*(.gnu.linkonce.s.*)
_edata = .;
} >RAM
@@ -151,8 +151,7 @@ SECTIONS
.sbss :
{
PROVIDE (__sbss_start = .);
*(.sbss)
*(.sbss.*)
*(.sbss*)
*(.scommon)
*(.gnu.linkonce.sb.*)
PROVIDE (__sbss_end = .);
@@ -162,7 +161,7 @@ SECTIONS
{
PROVIDE (__bss_start = .);
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(.bss* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(8) + 0x8000;
PROVIDE (__stack = .);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -51,8 +51,7 @@ SECTIONS
*(.entry2)
/* Actual code */
*(.text)
*(.text.*)
*(.text*)
/* C++ constructors/destructors */
*(.gnu.linkonce.t*)
@@ -158,7 +157,7 @@ SECTIONS
*(.data1)
PROVIDE (__SDATA_START__ = .);
*(.sdata)
*(.sdata*)
*(.gnu.linkonce.d*)
*(.gnu.linkonce.s.*)
PROVIDE (__SDATA_END__ = .);
@@ -207,10 +206,10 @@ SECTIONS
PROVIDE (__SBSS2_END__ = .);
PROVIDE (__SBSS_START__ = .);
*(.sbss)
*(.sbss*)
PROVIDE (__SBSS_END__ = .);
*(.bss)
*(.bss*)
*(COMMON)
. = ALIGN(4);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -99,7 +99,7 @@ SECTIONS
.plt : { *(.plt) }
.text . :
{
*(.text)
*(.text*)
*(.stub)
/*
@@ -160,11 +160,11 @@ SECTIONS
_edata = .;
PROVIDE (edata = .);
__bss_start = .;
.sbss . : { *(.sbss) *(.scommon) }
.sbss . : { *(.sbss*) *(.scommon) }
.bss . :
{
*(.dynbss)
*(.bss)
*(.bss*)
*(COMMON)
} > ram
_end = . ;

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -91,7 +91,7 @@ SECTIONS
.plt : { *(.plt) }
.text . :
{
*(.text)
*(.text*)
*(.stub)
/*
@@ -153,11 +153,11 @@ SECTIONS
_edata = .;
PROVIDE (edata = .);
__bss_start = .;
.sbss . : { *(.sbss) *(.scommon) }
.sbss . : { *(.sbss*) *(.scommon) }
.bss . :
{
*(.dynbss)
*(.bss)
*(.bss*)
*(COMMON)
} > ram
_end = . ;

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -91,7 +91,7 @@ SECTIONS
CREATE_OBJECT_SYMBOLS
text_start = .;
_text_start = .;
*(.text)
*(.text*)
. = ALIGN (16);
/*
@@ -167,7 +167,7 @@ SECTIONS
__bss_start = ALIGN(0x8);
_bss_start = .;
bss_start = .;
*(.bss)
*(.bss*)
*(COMMON)
end = .;
_end = ALIGN(0x8);

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -91,7 +91,7 @@ SECTIONS
CREATE_OBJECT_SYMBOLS
text_start = .;
_text_start = .;
*(.text)
*(.text*)
. = ALIGN (16);
/*
@@ -167,7 +167,7 @@ SECTIONS
__bss_start = ALIGN(0x8);
_bss_start = .;
bss_start = .;
*(.bss)
*(.bss*)
*(COMMON)
end = .;
_end = ALIGN(0x8);