From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22361 invoked by alias); 19 Jun 2007 20:12:13 -0000 Received: (qmail 22351 invoked by uid 22791); 19 Jun 2007 20:12:13 -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 20:12:09 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 2316D982FB; Tue, 19 Jun 2007 20:12:08 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 01251982FA; Tue, 19 Jun 2007 20:12:08 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1I0k3r-0007ZL-HT; Tue, 19 Jun 2007 16:12:23 -0400 Date: Tue, 19 Jun 2007 20:12:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: gdb-patches@sourceware.org, Pedro Alves Subject: Re: For example only, updated Windows DLL support and gdbserver DLL support Message-ID: <20070619201223.GA29049@caradoc.them.org> Mail-Followup-To: Ulrich Weigand , gdb-patches@sourceware.org, Pedro Alves References: <20070619191938.GA26206@caradoc.them.org> <200706192000.l5JK0ZVU014446@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706192000.l5JK0ZVU014446@d12av02.megacenter.de.ibm.com> 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/msg00379.txt.bz2 On Tue, Jun 19, 2007 at 10:00:35PM +0200, Ulrich Weigand wrote: > That sounds reasonable. The member name would presumably also > have to be added to so_list ... Yeah. > > I'm not sure how much trouble you'll have reporting the correct > > relocations for an object file. Do you get something based on > > sections, or do AIX object files have a fixed number of segments? > > XCOFF seems to be a bit limited in that respect, I understand there > is just "Text" and "Data". The AIX ldinfo structure provides: Perfect. Then GDB's xcoff reader can report that the object file has two "segments", one text and one data. -- Daniel Jacobowitz CodeSourcery