From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9097 invoked by alias); 28 Nov 2001 06:37:53 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9050 invoked from network); 28 Nov 2001 06:37:51 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by hostedprojects.ges.redhat.com with SMTP; 28 Nov 2001 06:37:51 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 6A1C53DC2; Wed, 28 Nov 2001 01:37:44 -0500 (EST) Message-ID: <3C048638.90005@cygnus.com> Date: Sun, 18 Nov 2001 12:47:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Alan Modra Cc: binutils@sources.redhat.com, gdb@sources.redhat.com Subject: Re: objdump -M for x86 References: <20011114134429.G6922@bubble.sa.bigpond.net.au> <3BF200F9.4070601@cygnus.com> <20011114174350.K6922@bubble.sa.bigpond.net.au> <3BF23030.4070201@cygnus.com> <20011114200754.M6922@bubble.sa.bigpond.net.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00190.txt.bz2 Message-ID: <20011118124700.eOsJyh0CIPiMdeajq0-4DLNlbIWlaf8Edc-ceYtysDY@z> >> See my other e-mail. I can't find anything that sets ->mach to >> .._intel_syntax so, apart from backward compatibility, I can't think of >> a reason to hang on to those ``machine'' variants. I don't expect GDB >> to start using them again. > > > "objdump -d -m i386:intel" sets it via bfd_default_scan from the entry > in bfd/cpu-i386.c Ahh. (Sorry only just got back to this). Groan. Can I suggest a comment on the test indicating that this can happen -> stop me trying to delete ..._intel :-) Andrew