X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 30 Dec 2011 21:02:00 +0200 From: Eli Zaretskii Subject: Re: problem with AS from binutils 2.21.1 In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <83d3b5ubmf.fsf@gnu.org> References: <8a32880d-526c-40ac-a9bb-e88fce4ee2aa AT z25g2000vbs DOT googlegroups DOT com> <21258842-845d-4b87-9c29-52d0528e2ca0 AT dp8g2000vbb DOT googlegroups DOT com> <9m1d3rFcctU1 AT mid DOT dfncis DOT de> <4f6d5674-a89a-4eed-a7c3-5e944257610e AT f11g2000yql DOT googlegroups DOT com> <9m3iofFpomU1 AT mid DOT dfncis DOT de> <4EFCDF18 DOT 8090607 AT iki DOT fi> <201112292056 DOT pBTKu6q6005225 AT delorie DOT com> 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 > From: "Rod Pemberton" > Date: Fri, 30 Dec 2011 13:37:07 -0500 > > "DJ Delorie" wrote in message > news:201112292056 DOT pBTKu6q6005225 AT delorie DOT com... > > > > Just to be 101% clear about this: this is not a limitation of DJGPP's > > > > COFF, it's a general limitation of all 32-bit COFF formats. > > > Well. I'm also afraid that the same limitation will "kill" DJGPP port of > > > GCC. > > > > There is a way around this that Cygwin uses (PE is a coff-based > > format) if someone wants to port it to djgpp... > > > > Why PE? Why not ELF? DJ did not suggest to use PE in DJGPP. He suggested to make COFF used by DJGPP work around the 64K limitation using the same technique as in the PE format.