forked from Imagelibrary/rtems
Patch from Jay Kulpinski <jskulpin@eng01.gdds.com> to get cdtest.exe to run.
This commit is contained in:
@@ -60,6 +60,7 @@ SECTIONS
|
|||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
*(.text)
|
*(.text)
|
||||||
|
*(.gnu.linkonce.t.*)
|
||||||
*(.descriptors)
|
*(.descriptors)
|
||||||
/* .gnu.warning sections are handled specially by elf32.em. */
|
/* .gnu.warning sections are handled specially by elf32.em. */
|
||||||
*(.gnu.warning)
|
*(.gnu.warning)
|
||||||
@@ -92,6 +93,7 @@ SECTIONS
|
|||||||
.data :
|
.data :
|
||||||
{
|
{
|
||||||
*(.data)
|
*(.data)
|
||||||
|
*(.gnu.linkonce.d.*)
|
||||||
CONSTRUCTORS
|
CONSTRUCTORS
|
||||||
} >RAM
|
} >RAM
|
||||||
PROVIDE (__EXCEPT_START__ = .);
|
PROVIDE (__EXCEPT_START__ = .);
|
||||||
|
|||||||
Reference in New Issue
Block a user