From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2695 invoked by alias); 8 Oct 2004 01:03:25 -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 2665 invoked from network); 8 Oct 2004 01:03:23 -0000 Received: from unknown (HELO mail01.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 8 Oct 2004 01:03:23 -0000 Received: (from root@localhost) by guardian02.idc.renesas.com with id i9813ITl017010; Fri, 8 Oct 2004 10:03:18 +0900 (JST) Received: from unknown [172.20.8.70] by guardian02.idc.renesas.com with SMTP id LAA17009 ; Fri, 8 Oct 2004 10:03:18 +0900 Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id KAA21061; Fri, 8 Oct 2004 10:03:18 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 597D47981B7; Fri, 8 Oct 2004 10:03:18 +0900 (JST) Message-ID: <00d401c4acd2$9917f410$5169910a@E5A02646> From: "Kei Sakamoto" To: "Michael Snyder" Cc: References: <01ba01c4a796$8037a580$5169910a@E5A02646> <415DCC83.1070806@redhat.com> <026101c4aa97$1d5a3050$5169910a@E5A02646> <41658A55.8030602@redhat.com> Subject: Re: [RFA/testcase] Enable overlays.exp only for sim target Date: Fri, 08 Oct 2004 01:03:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00137.txt.bz2 I've committed the following patch. Thank you. Kei Sakamoto Michael Snyder wrote: > Kei Sakamoto wrote: > >>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? > > > > I'm sorry. I forgot about the remote debug environment. > > The overlay test should work on evaluation boards and > > emulators too. > > > >>Matter of fact, why shouldn't it work just about anywhere? > >>It doesn't have any hardware dependency, just a linker script. > > > > It seems that Linux kernel can't load overlaid programs > > into memory because VMA and LMA of overlaid > > sections are different. So overlays.exp is not available on > > the Linux. > > > > I revised the patch file. It disables overlays.exp if target is Linux. > > > > Is this OK? > > Yes, this is great -- thanks.