forked from Imagelibrary/rtems
2002-06-14 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Fixed typo and added gnu.linkonce.t and gnu.linkonce.r sections.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-06-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Fixed typo and added gnu.linkonce.t and
|
||||
gnu.linkonce.r sections.
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: In support of gcc 3.1, added one of more
|
||||
|
||||
@@ -34,9 +34,11 @@ SECTIONS
|
||||
text.start = . ;
|
||||
*(.entry2)
|
||||
*(.text)
|
||||
*(.gnu.linkonce.t.*)
|
||||
*(.rodata*)
|
||||
*(.gnu.linkonce.r.*)
|
||||
*(.rodata1)
|
||||
*.(eh_frame)
|
||||
*(.eh_frame)
|
||||
*(.descriptors)
|
||||
*(rom_ver)
|
||||
etext = ALIGN(0x10);
|
||||
@@ -88,6 +90,7 @@ SECTIONS
|
||||
{
|
||||
*(.data)
|
||||
*(.data1)
|
||||
*(.gnu.linkonce.d*)
|
||||
PROVIDE (__SDATA_START__ = .);
|
||||
*(.sdata)
|
||||
*(.gnu.linkonce.s.*)
|
||||
|
||||
Reference in New Issue
Block a user