From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12202 invoked by alias); 11 Jun 2006 00:20:31 -0000 Received: (qmail 12194 invoked by uid 22791); 11 Jun 2006 00:20:31 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 11 Jun 2006 00:20:29 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5B0KP3D027494; Sat, 10 Jun 2006 20:20:25 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5B0KKSp022151; Sat, 10 Jun 2006 20:20:20 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id k5B0KJR09487; Sat, 10 Jun 2006 20:20:19 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.1/8.13.1) with ESMTP id k5B0KDF3032109; Sat, 10 Jun 2006 20:20:13 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.1/8.13.1/Submit) id k5B0K8XY032106; Sat, 10 Jun 2006 20:20:08 -0400 Date: Tue, 13 Jun 2006 05:03:00 -0000 Message-Id: <200606110020.k5B0K8XY032106@greed.delorie.com> From: DJ Delorie To: tmohr@s.netic.de CC: gdb@sourceware.org In-reply-to: <200606110141.59278.tmohr@s.netic.de> (message from Torsten Mohr on Sun, 11 Jun 2006 01:41:58 +0200) Subject: Re: use LMA instead of VMA? References: <200606101707.58539.tmohr@s.netic.de> <200606102104.k5AL4Mcc028893@greed.delorie.com> <200606110141.59278.tmohr@s.netic.de> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00073.txt.bz2 Are you using the "AT>REGION" syntax to embed the .data section into, say, the .text section? I use the same logic you use for the m32c, and it has no problem running in the simulator that way. Check out the m32c linker scripts (in newlib's src/libgloss/m32c) to see how it's done.