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.
This commit is contained in:
Joel Sherrill
1998-10-22 17:27:14 +00:00
parent 396286a914
commit 6278b8b2a3

View File

@@ -62,6 +62,7 @@ SECTIONS
_rodata_start = . ;
*(.rodata)
*(.gnu.linkonce.r*)
_erodata = ALIGN( 0x10 ) ;
_etext = ALIGN( 0x10 ) ;