public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* Update on the GNU linker bug
@ 1994-10-26 23:42 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 1994-10-26 23:42 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: Ken Raeburn, gas2, Eric Youngdale, Linux activists

Mn-Key: GCC

Hi,

I have verified that diffs-941022.gz, aka binutils 2.5.1, broke the
ELF GNU linker under i486-linuxelf. It is still broken as of
Oct. 26.

For those Linux users who compile binutils yourself, please use
binutils 2.5 plus the following patch only if you want to use
ELF.

-- 
H.J. Lu
NYNEX Science and Technology, Inc.			hjl@nynexst.com
-----
*** ld/scripttempl/elf.sc.orig	Tue Sep 27 11:42:33 1994
--- ld/scripttempl/elf.sc	Sat Oct 15 08:53:00 1994
***************
*** 55,60 ****
--- 55,64 ----
    .rela.rodata ${RELOCATING-0} : { *(.rela.rodata) 	}
    .rel.got     ${RELOCATING-0} : { *(.rel.got)		}
    .rela.got    ${RELOCATING-0} : { *(.rela.got)		}
+   .rel.ctors   ${RELOCATING-0} : { *(.rel.ctors)	}
+   .rela.ctors  ${RELOCATING-0} : { *(.rela.ctors)	}
+   .rel.dtors   ${RELOCATING-0} : { *(.rel.dtors)	}
+   .rela.dtors  ${RELOCATING-0} : { *(.rela.dtors)	}
    .rel.bss     ${RELOCATING-0} : { *(.rel.bss)		}
    .rela.bss    ${RELOCATING-0} : { *(.rela.bss)		}
    .rel.plt     ${RELOCATING-0} : { *(.rel.plt)		}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1994-10-26 23:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1994-10-26 23:42 Update on the GNU linker bug H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).