summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-22 17:27:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-22 17:27:14 +0000
commit6278b8b2a3eda9516cb912978a4cf7b94dd1c104 (patch)
treed78434011c95040759130a63bea78d17ab975d89
parentPatch from Eric Norum. (diff)
downloadrtems-6278b8b2a3eda9516cb912978a4cf7b94dd1c104.tar.bz2
Patch from Ian Lance Taylor <ian@airs.com>:
I noticed that in the 4.0.0-beta4a tar file, the file c/src/lib/libbsp/i386/pc386/startup/linkcmds was changed so that it no longer handles the .gnu.linkonce.r* sections. The appended patch was applied to the file. I'm not sure why. I think this patch should probably be backed out, although it's not critical for the release.
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/linkcmds1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/startup/linkcmds b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
index f66952b04c..5dd7a675a3 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
@@ -62,6 +62,7 @@ SECTIONS
_rodata_start = . ;
*(.rodata)
+ *(.gnu.linkonce.r*)
_erodata = ALIGN( 0x10 ) ;
_etext = ALIGN( 0x10 ) ;