From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: geoffk@ozemail.com.au Cc: rth@cygnus.com, binutils@sourceware.cygnus.com Subject: Re: Trivial patch for elf.sc in ld. Date: Tue, 28 Sep 1999 06:26:00 -0000 Message-id: <19990928132506.5955.qmail@daffy.airs.com> References: <199909271111.VAA01659@gluttony.geoffk.wattle.id.au> <19990928012326.5064.qmail@daffy.airs.com> <199909280353.NAA01148@gluttony.geoffk.wattle.id.au> X-SW-Source: 1999-09/msg00189.html Date: Tue, 28 Sep 1999 13:53:40 +1000 From: Geoff Keating > Wed Sep 22 12:42:36 1999 Geoffrey Keating > > * scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections > in .sdata too. OK, I'll commit it. Actually, I noticed a problem with your patch. You include the .gnu.linkonce section unconditionally, not only when RELOCATING is set. You need to fix that to correspond to other inclusions of .gnu.linkonce sections, as otherwise ld -r will fail. Ian