Patch from Jay Kulpinski <jskulpin@eng01.gdds.com> to get cdtest.exe to run.

This commit is contained in:
Joel Sherrill
1998-12-17 22:14:35 +00:00
parent 539ef72f84
commit 7a42b0ca35

View File

@@ -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__ = .);