From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30320 invoked by alias); 19 Jun 2007 23:34:03 -0000 Received: (qmail 30312 invoked by uid 22791); 19 Jun 2007 23:34:02 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Jun 2007 23:34:00 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 8D846982FB; Tue, 19 Jun 2007 23:33:58 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 63E6C982FA; Tue, 19 Jun 2007 23:33:58 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1I0nDB-00050e-JU; Tue, 19 Jun 2007 19:34:13 -0400 Date: Tue, 19 Jun 2007 23:34:00 -0000 From: Daniel Jacobowitz To: Pedro Alves Cc: gdb-patches@sourceware.org, Ulrich Weigand Subject: Re: For example only, updated Windows DLL support and gdbserver DLL support Message-ID: <20070619233413.GA19242@caradoc.them.org> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org, Ulrich Weigand References: <20070619191938.GA26206@caradoc.them.org> <200706192000.l5JK0ZVU014446@d12av02.megacenter.de.ibm.com> <20070619201223.GA29049@caradoc.them.org> <46785C09.8070500@portugalmail.pt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46785C09.8070500@portugalmail.pt> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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 X-SW-Source: 2007-06/txt/msg00382.txt.bz2 On Tue, Jun 19, 2007 at 11:43:21PM +0100, Pedro Alves wrote: > Are .text and .data really loaded as one segment like on windows, > or can AIX load them separately at arbitrary addresses irrespective > of the order that they have on the file? The bfd view of the order > of the sections may be different from what the target would report. > One might need to take that into account. They're two separate sections, but they're named - i.e. it's clear which one is text and which one is data. Since this is all internal to GDB, we can just define text to be the first segment. -- Daniel Jacobowitz CodeSourcery