From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25345 invoked by alias); 13 Apr 2005 15:20:38 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 25259 invoked from network); 13 Apr 2005 15:20:27 -0000 Received: from unknown (HELO thor.66h.42h.de) (81.169.132.156) by sourceware.org with SMTP; 13 Apr 2005 15:20:27 -0000 Received: from thor.66h.42h.de (tg@localhost [IPv6:::1]) by thor.66h.42h.de (8.13.1/8.13.1) with ESMTP id j3DFKQ2a003089 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 13 Apr 2005 15:20:26 GMT Received: from localhost (tg@localhost) by thor.66h.42h.de (8.13.1/8.13.1/Submit) with ESMTP id j3DFKPhc022501 for ; Wed, 13 Apr 2005 15:20:26 GMT X-Authentication-Warning: thor.66h.42h.de: tg owned process doing -bs Date: Wed, 13 Apr 2005 15:20:00 -0000 From: Thorsten Glaser cc: binutils@sources.redhat.com Subject: Re: [RFC/RFA] Proper mnemonics for VIA PadLock (i386) instructions In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-04/txt/msg00317.txt.bz2 Jan Beulich dixit: >>Alternatively, we'd need to make a way for a dash to be only >>recognised as part of a mnemonic if followed by a letter. > >That wouldn't help either: > > .equiv two, 2 > movl -two(%ebx), %eax > >would still fail. .oO(noone sane uses AT&T syntax anyway) Well, then one has to fix gas, I assume. DOES it fail then? tg@herc:/home/tg $ objdump -d a.out a.out: file format elf32-i386 Disassembly of section .text: 00000000 <.text>: 0: 8b 43 fe mov 0xfffffffe(%ebx),%eax tg@herc:/home/tg $ cat x.s .text .equiv two, 2 movl -two(%ebx), %eax Doesn't look like it (and yes, I have Marks patches applied, since MirOS is an OpenBSD derivate, I need it for the VIA code in the kernel). bye, //mirabile