X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=MsA2oGWVzoPjJiDE1KWbBlw09dgPZKoOrs9siaV94LY=; b=D9xMggQswHEF85l9dnfRuzCT+PgDJNtHAVheID3ueExFhyYtWv8Deg5TPMInpqR0jM WSUOIgZfjPsJTvfzVTJkEdqGT0Na5O2SQI25Ht3IkYXQ7w5p1gYPwPmPZtrAj540G7ta EmjSZjJamu4eO54O4bBoIbPOq4u7zY/OFYo9iIziUiBDlQEW0X0vDQaUOCyd0PQOdn4i /VVtFfiHLpmF0RrMzNJelgx/zA+e+bLsookgDHeCMj9N4s+nx6PiMVqoI65JtsNvToYI Ag6JCRGdoPErv1oMTiDezzauNXPudjTxRLVGdOVQvPHWsB0MTeG9wGhW+VIC1LJ556tp amQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=MsA2oGWVzoPjJiDE1KWbBlw09dgPZKoOrs9siaV94LY=; b=SsxgCigS7BW8KaqRpBJde+45qGju8es96kvG0DPSv4pX9Jr/BUjFxGnKC24Zi2b/Kn K0rlhc0spIJeK5Wvgt2A2pv1Uu0ucGI6xIN3474P3hxyM/3hDQMytUIaZTbqUsnVDMKi Kb86W55LoK/ZzFARptcS/j0jdUgjndYQZbfZXj4O4sgp3/vllfj5jduE2mK9+gT/Y2Qi oe31KamxCxyoyw1ZQ9EGY7pDkqX6eMCXKLVGbcQTTvTGpJDldjVjoKyr4dRjdWZUSgv6 E9a27e2jYowA0AZVaQhatoMmpc6QmNrW4BJtYrdIaaszUf92RqKm8/S/S+TDs+9Pci91 ZaRQ== X-Gm-Message-State: AN3rC/7px35gkCluLcHs357aZZQnVuXRePEkmGrb0YUXXlX5tQFWeAoY cPt1VQIiTVImqFhHu2BzO+Ah3PqJUg== X-Received: by 10.55.212.211 with SMTP id s80mr6236305qks.6.1493208654044; Wed, 26 Apr 2017 05:10:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <834lxbpj0g DOT fsf AT gnu DOT org> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Wed, 26 Apr 2017 15:10:53 +0300 Message-ID: Subject: Re: dxe.ld doesn't handle linkonce.b sections To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 4/26/17, Ozkan Sezer wrote: > On 4/26/17, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] > wrote: >>> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" >>> >>> Date: Tue, 25 Apr 2017 20:03:10 +0300 >>> >>> Just tested the above patch by creating a dxe with it >>> (a dxe which otherwise would fail to build before), and >>> running it: things work fine for me. >>> >>> Should apply this to CVS? >> >> Yes, I think so. >> >> Thanks. >> > > Done. > > Thanks. > There is still a problem with dxe generation in one of our C++ projects where some of the missing symbols are not recorded and loading the generated dxe results in a bad crash. I have yet to understand whether this is a problem with dxe3gen (more likely?) or with ld (less likely, tried with 2.26.1 and 2.28 versions, same problem)...