X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: vivekian Newsgroups: comp.os.msdos.djgpp Subject: Re: Porting Binutils to DJGPP Date: Tue, 7 Oct 2008 14:22:50 -0700 (PDT) Organization: http://groups.google.com Lines: 32 Message-ID: <91603c57-03c5-488d-bc3e-4039ab7b1264@w1g2000prk.googlegroups.com> References: <95346810-f8b0-41f4-9981-3e29a6e777c7 AT n33g2000pri DOT googlegroups DOT com> <48E8F6EC DOT 3010407 AT iki DOT fi> <44038552-1d42-49ff-95cf-ecce8e4be5dd AT c36g2000prc DOT googlegroups DOT com> <48EA793E DOT 7090500 AT iki DOT fi> NNTP-Posting-Host: 216.228.112.21 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1223414571 10559 127.0.0.1 (7 Oct 2008 21:22:51 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 7 Oct 2008 21:22:51 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: w1g2000prk.googlegroups.com; posting-host=216.228.112.21; posting-account=NuDGggkAAABxXNmP359BcUUuu6Cz2ymy User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.2) Gecko/2008091620 Firefox/3.0.2,gzip(gfe),gzip(gfe) 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 m97LU7bo027165 Reply-To: djgpp AT delorie DOT com On Oct 6, 1:46 pm, Andris Pavenis wrote: > vivekian wrote: > > On Oct 5, 10:18 am, Andris Pavenis wrote: > > >> Are You sure binutils-2.18 is not enough? > > >> Building 2.18 for DJGPP is not too difficult. 2.18.50.0.X is worse. > > >> Andris > > > One of the features which i need -- support for MOVNTDQA is only > > available in gcc 4.3.2 and binutils version 2.18.50.0.3: > >http://www.nabble.com/The-Linux-binutils-2.18.50.0.9-is-released-td19... > > > Thats the only reason i ask for it else i would be happy with > > binutils-2.18 itself. > > I would then suggest to try 2.18.92 from sources.redhat.com > > There are several steps to be done for porting: > - fixing libeberty build (see how I did it for GCC-4.3.2). You need also >    autoconf-2.59 for this (exactly that version). gcc-4.3.2 was better in this part. > - fixing DJGPP linker scripts (see last available DJGPP ports of binutils or my >    SRPM package available fromftp://ftp.delorie.com) > > Andris Thanks Andris. One further question : How does one go about fixing the libeberty build ? Any pointers ?