From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1145 invoked by alias); 11 Mar 2004 23:52:42 -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 1136 invoked from network); 11 Mar 2004 23:52:42 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 11 Mar 2004 23:52:42 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B025E2B92; Thu, 11 Mar 2004 18:52:04 -0500 (EST) Message-ID: <4050FBA4.3020704@gnu.org> Date: Thu, 11 Mar 2004 23:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [ob] Add #ifndef SOLIB_SVR4 Content-Type: multipart/mixed; boundary="------------030403000104010205080302" X-SW-Source: 2004-03.o/txt/msg00277.txt This is a multi-part message in MIME format. --------------030403000104010205080302 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 25 fyi, committed, Andrew --------------030403000104010205080302 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 822 2004-03-11 Andrew Cagney * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper. Index: solib-svr4.h =================================================================== RCS file: /cvs/src/src/gdb/solib-svr4.h,v retrieving revision 1.6 diff -u -r1.6 solib-svr4.h --- solib-svr4.h 21 Feb 2004 18:34:45 -0000 1.6 +++ solib-svr4.h 11 Mar 2004 23:50:24 -0000 @@ -20,6 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef SOLIB_SVR4 +#define SOLIB_SVR4 + struct objfile; /* Critical offsets and sizes which describe struct r_debug and @@ -88,3 +91,5 @@ for ILP32 and LP64 SVR4 systems. */ extern struct link_map_offsets *svr4_ilp32_fetch_link_map_offsets (void); extern struct link_map_offsets *svr4_lp64_fetch_link_map_offsets (void); + +#endif --------------030403000104010205080302-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1145 invoked by alias); 11 Mar 2004 23:52:42 -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 1136 invoked from network); 11 Mar 2004 23:52:42 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 11 Mar 2004 23:52:42 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B025E2B92; Thu, 11 Mar 2004 18:52:04 -0500 (EST) Message-ID: <4050FBA4.3020704@gnu.org> Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [ob] Add #ifndef SOLIB_SVR4 Content-Type: multipart/mixed; boundary="------------030403000104010205080302" X-SW-Source: 2004-03/txt/msg00277.txt.bz2 Message-ID: <20040319000900.fj7p7VbcVtgcWMHgINubG45Jq9owX-UY_bSP98Ks52k@z> This is a multi-part message in MIME format. --------------030403000104010205080302 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 25 fyi, committed, Andrew --------------030403000104010205080302 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 822 2004-03-11 Andrew Cagney * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper. Index: solib-svr4.h =================================================================== RCS file: /cvs/src/src/gdb/solib-svr4.h,v retrieving revision 1.6 diff -u -r1.6 solib-svr4.h --- solib-svr4.h 21 Feb 2004 18:34:45 -0000 1.6 +++ solib-svr4.h 11 Mar 2004 23:50:24 -0000 @@ -20,6 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef SOLIB_SVR4 +#define SOLIB_SVR4 + struct objfile; /* Critical offsets and sizes which describe struct r_debug and @@ -88,3 +91,5 @@ for ILP32 and LP64 SVR4 systems. */ extern struct link_map_offsets *svr4_ilp32_fetch_link_map_offsets (void); extern struct link_map_offsets *svr4_lp64_fetch_link_map_offsets (void); + +#endif --------------030403000104010205080302--