From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15210 invoked by alias); 24 Mar 2002 00:46:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15198 invoked from network); 24 Mar 2002 00:46:00 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by 209.249.29.67 with SMTP; 24 Mar 2002 00:46:00 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5E16B3DCE; Sat, 23 Mar 2002 19:45:44 -0500 (EST) Message-ID: <3C9D21B8.5040906@cygnus.com> Date: Sat, 23 Mar 2002 16:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: cgd@broadcom.com Cc: gdb@sources.redhat.com Subject: Re: problem w/ igen, multiple -M models, and -G gen-multi-sim. References: <3C916070.50007@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00218.txt.bz2 > At Thu, 14 Mar 2002 21:46:08 -0500, Andrew Cagney wrote: > >> Turns out that such instructions need to be given unique field-names as >> they would otherwise generate functions with the same name. > > > Right. In the example, yes, they had unique field names, but until > your patch that had no effect. The unique names get used when generating separate independant simulators. Without it you can end up with name clashes. > (still don't need/want to use the feature, but better to have it > fixed than not. 8-) :-) >> See attached. It works for your example. > > > Are you planning to check it in after a delay or some futher testing > on your end? or you want me/others to throw it into our source trees > and it a spin to mmake sure it doesn't break anything? It is in. It certainly doesn't break the N builds. Andrew