* startup/linkcmds: add missing section to link cmds
This commit is contained in:
Jennifer Averett
2005-04-15 17:37:56 +00:00
parent 10a4f75ff9
commit c1e7b3f70c
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>
* startup/linkcmds: add missing section to link cmds
2005-03-14 Joel Sherrill <joel@OARcorp.com>
* pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use

View File

@@ -121,8 +121,7 @@ _SDA2_BASE_ = __SDATA2_START__ + 0x8000;
.data ALIGN(0x1000) :
{
PROVIDE(__DATA_START__ = ABSOLUTE(.) );
*(.data)
*(.gnu.linkonce.d*)
*(.data .data.* .gnu.linkonce.d*)
CONSTRUCTORS
} > CODE
.data1 : { *(.data1) } > CODE