From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29436 invoked by alias); 8 Oct 2004 21:34:27 -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 29423 invoked from network); 8 Oct 2004 21:34:25 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 8 Oct 2004 21:34:25 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id i98LYMqE011240 for ; Fri, 8 Oct 2004 23:34:22 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id i98LYMoY003062 for ; Fri, 8 Oct 2004 23:34:22 +0200 (CEST) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id i98LYL2A003059; Fri, 8 Oct 2004 23:34:21 +0200 (CEST) Date: Fri, 08 Oct 2004 21:34:00 -0000 Message-Id: <200410082134.i98LYL2A003059@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sources.redhat.com In-reply-to: <20041006105329.68a1f6fc@saguaro> (message from Kevin Buettner on Wed, 6 Oct 2004 10:53:29 -0700) Subject: [COMMIT] Make solib-sunos.c more self-contained References: <200410022208.i92M84GK007847@elgar.sibelius.xs4all.nl> <20041006105329.68a1f6fc@saguaro> X-SW-Source: 2004-10/txt/msg00163.txt.bz2 Date: Wed, 6 Oct 2004 10:53:29 -0700 From: Kevin Buettner > 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. Committed now. Mark