From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1261 invoked by alias); 1 Mar 2003 13:41:00 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1254 invoked from network); 1 Mar 2003 13:40:58 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by 172.16.49.205 with SMTP; 1 Mar 2003 13:40:58 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6/8.12.5) with ESMTP id h21DeeRe004243; Sat, 1 Mar 2003 14:40:40 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6/8.12.6) with ESMTP id h21DeeRo018920; Sat, 1 Mar 2003 14:40:40 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6/8.12.6/Submit) id h21Dedow018917; Sat, 1 Mar 2003 14:40:39 +0100 (CET) To: Daniel Jacobowitz Cc: Andrew Cagney , gdb@sources.redhat.com Subject: Re: ARI `asection' and `sec_ptr' References: <3E59BF0E.7020708@redhat.com> <20030224142459.GA24793@nevyn.them.org> <3E5A3550.7020700@redhat.com> <20030224151844.GA26127@nevyn.them.org> <3E5A3D85.7000908@redhat.com> <20030224154905.GA26783@nevyn.them.org> <3E5A465D.5040308@redhat.com> <20030224162002.GA27574@nevyn.them.org> From: Mark Kettenis Date: Sat, 01 Mar 2003 13:41:00 -0000 In-Reply-To: Daniel Jacobowitz's message of "Mon, 24 Feb 2003 11:20:02 -0500" Message-ID: <861y1r5hns.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2003-03/txt/msg00002.txt.bz2 Daniel Jacobowitz writes: > Thanks, that was what I was looking for. I still prefer asection, > since it's the interface that binutils uses in exported interfaces, but > I don't have a strong preference. I really agree with Daniel here in that I think we should use the types used in the interface definitions as much as possible. For stuff internal to GDB we whould of course prefer `struct *foo' over using a typedf `foo_ptr'. Mark