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

* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
	sections required by newer gcc versions.
This commit is contained in:
Joel Sherrill
2006-02-08 12:25:19 +00:00
parent f54f308393
commit cdb3ff9c52
8 changed files with 22 additions and 12 deletions

View File

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

View File

@@ -50,7 +50,7 @@ SECTIONS
*/
.text 0x40000 : {
*(.text)
*(.text*)
*(.ram_code)
/*
@@ -154,7 +154,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.bss)
*(.bss*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -49,7 +49,7 @@ SECTIONS
*/
.text : {
*(.text)
*(.text*)
*(.ram_code)
/*
@@ -154,7 +154,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.bss)
*(.bss*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -49,7 +49,7 @@ SECTIONS
*/
.text 0x40000 : {
*(.text)
*(.text*)
*(.ram_code)
/*
@@ -153,7 +153,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.bss)
*(.bss*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

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

View File

@@ -50,7 +50,7 @@ SECTIONS
*/
.text 0x40000 : {
*(.text)
*(.text*)
*(.ram_code)
/*
@@ -154,7 +154,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.bss)
*(.bss*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -54,7 +54,7 @@ SECTIONS
*/
.text : {
*(.text)
*(.text*)
*(.ram_code)
/*
@@ -159,7 +159,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.bss)
*(.bss*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);

View File

@@ -50,7 +50,7 @@ SECTIONS
*/
.text 0x40000 : {
*(.text)
*(.text*)
*(.ram_code)
/*
@@ -154,7 +154,7 @@ SECTIONS
.bss : {
_clear_start = .;
*(.bss)
*(.bss*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);