X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with AS from binutils 2.21.1 Date: Thu, 29 Dec 2011 21:48:53 -0800 (PST) Organization: http://groups.google.com Lines: 15 Message-ID: <387b5be8-413c-45bc-83ca-e140ecf5aaeb@v14g2000yqh.googlegroups.com> 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> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1325224133 473 127.0.0.1 (30 Dec 2011 05:48:53 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 30 Dec 2011 05:48:53 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v14g2000yqh.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7,gzip(gfe) Bytes: 2021 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pBU602mE018252 Reply-To: djgpp AT delorie DOT com Hi, On Dec 29, 2:56 pm, DJ Delorie wrote: > > There is a way around this that Cygwin uses (PE is a coff-based > format) if someone wants to port it to djgpp... > > Basically, if the number of relocs exceed 65534, 65535 is stored in > the count (or a flag is set) and the actual count is stored in a > 32-bit field elsewhere. Is this what you mean? (Presumably so, but of course I haven't looked further.) http://sourceware.org/ml/binutils/2002-07/msg00144.html