From 6278b8b2a3eda9516cb912978a4cf7b94dd1c104 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 Oct 1998 17:27:14 +0000 Subject: Patch from Ian Lance Taylor : 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. --- c/src/lib/libbsp/i386/pc386/startup/linkcmds | 1 + 1 file changed, 1 insertion(+) 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 ) ; -- cgit v1.2.3