forked from Imagelibrary/rtems
2006-01-10 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop works.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-01-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
|
||||
works.
|
||||
|
||||
2006-01-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
|
||||
|
||||
@@ -138,15 +138,6 @@ SECTIONS
|
||||
. = ALIGN (16);
|
||||
_endtext = .;
|
||||
} > ram
|
||||
.dynamic : { *(.dynamic) } >ram
|
||||
.jcr : { *(.jcr) } >ram
|
||||
.got : { *(.got) } >ram
|
||||
.plt : { *(.plt) } >ram
|
||||
.hash : { *(.hash) } >ram
|
||||
.dynrel : { *(.dynrel) } >ram
|
||||
.dynsym : { *(.dynsym) } >ram
|
||||
.dynstr : { *(.dynstr) } >ram
|
||||
.hash : { *(.hash) } >ram
|
||||
.data :
|
||||
{
|
||||
data_start = .;
|
||||
@@ -159,6 +150,15 @@ SECTIONS
|
||||
edata = .;
|
||||
_edata = .;
|
||||
} > ram
|
||||
.dynamic : { *(.dynamic) } >ram
|
||||
.jcr : { *(.jcr) } >ram
|
||||
.got : { *(.got) } >ram
|
||||
.plt : { *(.plt) } >ram
|
||||
.hash : { *(.hash) } >ram
|
||||
.dynrel : { *(.dynrel) } >ram
|
||||
.dynsym : { *(.dynsym) } >ram
|
||||
.dynstr : { *(.dynstr) } >ram
|
||||
.hash : { *(.hash) } >ram
|
||||
.shbss :
|
||||
{
|
||||
*(.shbss)
|
||||
|
||||
Reference in New Issue
Block a user