From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23886 invoked by alias); 1 Oct 2004 21:31:07 -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 23867 invoked from network); 1 Oct 2004 21:31:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 1 Oct 2004 21:31:03 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i91LUpiK000924 for ; Fri, 1 Oct 2004 17:31:02 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i91LUj714222; Fri, 1 Oct 2004 17:30:45 -0400 Received: from redhat.com (dhcp-172-16-25-160.sfbay.redhat.com [172.16.25.160]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i91LUiV02942; Fri, 1 Oct 2004 14:30:44 -0700 Message-ID: <415DCC83.1070806@redhat.com> Date: Fri, 01 Oct 2004 21:31:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.4.2) Gecko/20040301 MIME-Version: 1.0 To: Kei Sakamoto CC: gdb-patches@sources.redhat.com Subject: Re: [RFA/testcase] Enable overlays.exp only for sim target References: <01ba01c4a796$8037a580$5169910a@E5A02646> In-Reply-To: <01ba01c4a796$8037a580$5169910a@E5A02646> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00025.txt.bz2 Kei Sakamoto wrote: > Hello, > > The attached patch ensables overlays.exp test only for sim target. > Because overlay function does not work for other targets. > > OK to commit? > > 2004-10-01 Kei Sakamoto > > * gdb.base/overlays.exp: Enable only for sim target. Kei, I guess I've never run this test on d10v hardware, but I used to run it on m32r hardware. Why would it only work on the sim? Matter of fact, why shouldn't it work just about anywhere? It doesn't have any hardware dependency, just a linker script.