forked from Imagelibrary/rtems
2005-04-15 <jennifer.averett@oarcorp.com>
* startup/linkcmds: add missing section to link cmds
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user