From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7135 invoked by alias); 9 May 2003 20:40:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7036 invoked from network); 9 May 2003 20:40:48 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 9 May 2003 20:40:48 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 10BB32B2F; Fri, 9 May 2003 16:40:47 -0400 (EDT) Message-ID: <3EBC124E.2050803@redhat.com> Date: Fri, 09 May 2003 20:40:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com, cagney@redhat.com Subject: Re: RFC: New failure in asm-source.exp References: <20030509184501.GA6415@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00144.txt.bz2 > Hey Andrew, > > I think this is just a typo in your last change, but I'd like you to look at > it in case I'm missing something. You try to inspect globalvar instead of > &globalvar; the case for static variables is right. ``It worked for me'', but yes it should have the ``&'', weird. Andrew