From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29874 invoked by alias); 6 Oct 2004 17:53:46 -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 29867 invoked from network); 6 Oct 2004 17:53:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 6 Oct 2004 17:53:45 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i96Hremc002265 for ; Wed, 6 Oct 2004 13:53:45 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i96HrZr31639; Wed, 6 Oct 2004 13:53:35 -0400 Received: from localhost.localdomain (vpn50-37.rdu.redhat.com [172.16.50.37]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i96HrYpL020395; Wed, 6 Oct 2004 13:53:35 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.11/8.12.10) with SMTP id i96HrTdj006699; Wed, 6 Oct 2004 10:53:29 -0700 Date: Wed, 06 Oct 2004 17:53:00 -0000 From: Kevin Buettner To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Make solib-sunos.c more self-contained Message-Id: <20041006105329.68a1f6fc@saguaro> In-Reply-To: <200410022208.i92M84GK007847@elgar.sibelius.xs4all.nl> References: <200410022208.i92M84GK007847@elgar.sibelius.xs4all.nl> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00121.txt.bz2 On Sun, 3 Oct 2004 00:08:04 +0200 (CEST) Mark Kettenis wrote: > Most of the remaining lines in the remaining nm-*bsd*.h files consist > of defines for the old a.out shared library support. It's pretty easy > to autoconf these; we already have a suitable define: > HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS. This patch moves these defines > into solib-sunos.c. > > Kevin, d'you have any objections? > > Mark > > > from Mark Kettenis > > * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map) > (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb) > (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr) > (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2): > New defines. No objections from me. Go ahead and commit it. Thanks, Kevin