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: Mon, 2 Jan 2012 13:47:55 -0800 (PST) Organization: http://groups.google.com Lines: 33 Message-ID: <3bbc0ba1-98e5-4f8b-8e9a-6d1e8bbe8322@v24g2000yqk.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 1325540975 13702 127.0.0.1 (2 Jan 2012 21:49:35 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 2 Jan 2012 21:49:35 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v24g2000yqk.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: HNKRAUELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe) Bytes: 3030 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 q02M02dO004703 Reply-To: djgpp AT delorie DOT com Hi, On Jan 2, 12:06 am, "Charles Sandmann" wrote: > > > Why not ELF?   AISI, ELF is already supported by the > > GNU toolchain and was implemented for DJELF. ELF does have a lot more upstream support, but extending COFF is much much easier (I presume). > The djelf code is available as a user add-on.  It is GPL and > can be used if desired.  It is not copyright compatible with > the DJGPP project and so can't be merged into the CVS > tree without appropriate copyright assignment. I never heard that and haven't checked. Are you sure? Which parts aren't compatible? The stub? (I don't have it installed locally [yet], so I haven't messed with it recently.) ELF can't be too too hard as even MOSS could handle it back in the day. > Without a rewrite or assignment it can't be used for > commercial use.  Someone could ask Daniel for > permission/assignment. I know D3X was non-commercial, but if DJELF is GPL it should allow it. Dunno about specific parts, though. Anyways, Borca hasn't been around in ages, though a quick search shows him available in other places (ipheth). I guess somebody "could" ask him to relicense, but I'm highly pessimistic. :-/ Anyways, did DJELF support debugging? unexec? I know fixing GAS + LD are the only main priorities to building GCC 4.7.0, but other stuff probably doesn't have enough capable volunteers.