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:
Joel Sherrill
2002-06-14 17:27:26 +00:00
parent 225011724b
commit b221cd3d1a
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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.*)