From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13878 invoked by alias); 21 Oct 2014 22:26:14 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 13868 invoked by uid 89); 21 Oct 2014 22:26:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Oct 2014 22:26:12 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1XghsW-0004Bv-7X from Maciej_Rozycki@mentor.com ; Tue, 21 Oct 2014 15:26:08 -0700 Received: from localhost (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.3.181.6; Tue, 21 Oct 2014 23:26:06 +0100 Date: Tue, 21 Oct 2014 22:26:00 -0000 From: "Maciej W. Rozycki" To: Kwok Cheung Yeung CC: Pedro Alves , Subject: Re: [PATCH] Fix gdb.dwarf2/dw2-dir-file-name.exp test for MIPS architectures In-Reply-To: <54419857.4070504@codesourcery.com> Message-ID: References: <54399A91.8000006@mentor.com> <5441066B.7000402@redhat.com> <54419857.4070504@codesourcery.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2014-10/txt/msg00555.txt.bz2 On Fri, 17 Oct 2014, Kwok Cheung Yeung wrote: > Maciej has already reviewed this patch internally, and I can confirm > that the test still passes cleanly on x86_64 Linux. Indeed; it may be worth noting that depending on specific circumstances for correct results the use of `.insn' may require commit 7bb01e2 I just pushed as we had a long-standing bug in GAS there. Maciej