From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Processer Detection & crypt() optimization Date: Fri, 14 Apr 2000 20:02:23 +0200 Organization: NetVision Israel Lines: 23 Message-ID: <38F75D2F.9424C928@is.elta.co.il> References: <38F66B91 DOT 8C22BDC9 AT home DOT com> <38F6AADA DOT 6AD3A0B7 AT is DOT elta DOT co DOT il> <38F7411F DOT F26EFFC4 AT home DOT com> NNTP-Posting-Host: ras1-p48.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 955731694 27841 62.0.172.50 (14 Apr 2000 17:01:34 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 14 Apr 2000 17:01:34 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Robin Johnson wrote: > > Eli Zaretskii wrote: > > > It depends on the version of Binutils you have installed, since the > > instruction support is in Gas, the GNU assembler. And you didn't tell what > > version of Binutils do you have. (If you don't know, type "as --version" and > > tell what it prints.) > as --version: > GNU assembler 2.8.1, > hmm this might be a bit out of date, > I will update to 2.9.5.1 or something Yes, please upgrade. IIRC, most of the features you asked about aren't supported in Binutils 2.8.1. As for version 2.9.5.1, if you ask about specific instructions (by their name), it is easy to tell you if it's supported (there's a single file in Binutils sources which lists all the supported instructions). You asked about broad classes of instrucvtions which I'm not sure what they refer to. Most of the instructions you mentioned are supported by Binutils 2.9.5.1, IIRC.