2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

* startup/linkcmds: Needed to be assigned to a memory region.
This commit is contained in:
Joel Sherrill
2010-04-28 18:59:01 +00:00
parent 00b5917fe6
commit d1c52f8dd3
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/linkcmds: Needed to be assigned to a memory region.
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Revert previous change. Remove .reginfo from .bss

View File

@@ -34,6 +34,7 @@ SECTIONS
*(.gnu.linkonce.t*)
*(.mips16.fn.*)
*(.mips16.call.*)
*(.reginfo)
PROVIDE (__runtime_reloc_start = .);
*(.rel.sdata)
*(.rel.dyn)