forked from Imagelibrary/rtems
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions.
This commit is contained in:
@@ -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>
|
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Add preinstall.am.
|
* Makefile.am: Add preinstall.am.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ SECTIONS
|
|||||||
* Text, data and bss segments
|
* Text, data and bss segments
|
||||||
*/
|
*/
|
||||||
.text : {
|
.text : {
|
||||||
*(.text)
|
*(.text*)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* C++ constructors/destructors
|
* C++ constructors/destructors
|
||||||
@@ -130,7 +130,7 @@ SECTIONS
|
|||||||
.bss : {
|
.bss : {
|
||||||
_clear_start = .;
|
_clear_start = .;
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss .bss.* .gnu.linkonce.b.*)
|
*(.bss* .gnu.linkonce.b.*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (end = .);
|
PROVIDE (end = .);
|
||||||
|
|||||||
@@ -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>
|
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Add preinstall.am.
|
* Makefile.am: Add preinstall.am.
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ SECTIONS
|
|||||||
* Text, data and bss segments
|
* Text, data and bss segments
|
||||||
*/
|
*/
|
||||||
.text 0x20000 : {
|
.text 0x20000 : {
|
||||||
*(.text)
|
*(.text*)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* C++ constructors/destructors
|
* C++ constructors/destructors
|
||||||
@@ -133,7 +133,7 @@ SECTIONS
|
|||||||
.bss : {
|
.bss : {
|
||||||
_clear_start = .;
|
_clear_start = .;
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss .bss.* .gnu.linkonce.b.*)
|
*(.bss* .gnu.linkonce.b.*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (end = .);
|
PROVIDE (end = .);
|
||||||
|
|||||||
@@ -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>
|
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Add preinstall.am.
|
* Makefile.am: Add preinstall.am.
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ SECTIONS
|
|||||||
* Text, data and bss segments
|
* Text, data and bss segments
|
||||||
*/
|
*/
|
||||||
.text : {
|
.text : {
|
||||||
*(.text)
|
*(.text*)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* C++ constructors/destructors
|
* C++ constructors/destructors
|
||||||
@@ -142,7 +142,7 @@ SECTIONS
|
|||||||
.bss : {
|
.bss : {
|
||||||
_clear_start = .;
|
_clear_start = .;
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss .bss.* .gnu.linkonce.b.*)
|
*(.bss* .gnu.linkonce.b.*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (end = .);
|
PROVIDE (end = .);
|
||||||
|
|||||||
@@ -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>
|
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Remove explicit ampolish3 support (now in
|
* configure.ac: Remove explicit ampolish3 support (now in
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ SECTIONS
|
|||||||
CREATE_OBJECT_SYMBOLS
|
CREATE_OBJECT_SYMBOLS
|
||||||
text_start = .;
|
text_start = .;
|
||||||
_text_start = .;
|
_text_start = .;
|
||||||
*(.text)
|
*(.text*)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
|
|
||||||
|
|
||||||
@@ -168,7 +168,7 @@ SECTIONS
|
|||||||
__bss_start = ALIGN(0x8);
|
__bss_start = ALIGN(0x8);
|
||||||
_bss_start = .;
|
_bss_start = .;
|
||||||
bss_start = .;
|
bss_start = .;
|
||||||
*(.bss)
|
*(.bss*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
end = .;
|
end = .;
|
||||||
_end = ALIGN(0x8);
|
_end = ALIGN(0x8);
|
||||||
|
|||||||
Reference in New Issue
Block a user