From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7107 invoked by alias); 3 Dec 2011 17:03:44 -0000 Received: (qmail 7099 invoked by uid 22791); 3 Dec 2011 17:03:43 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Dec 2011 17:03:28 +0000 Received: by vcbfk26 with SMTP id fk26so3550048vcb.0 for ; Sat, 03 Dec 2011 09:03:28 -0800 (PST) Received: by 10.220.6.12 with SMTP id 12mr327085vcx.35.1322931807895; Sat, 03 Dec 2011 09:03:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.6.12 with SMTP id 12mr327073vcx.35.1322931806373; Sat, 03 Dec 2011 09:03:26 -0800 (PST) Received: by 10.220.97.211 with HTTP; Sat, 3 Dec 2011 09:03:26 -0800 (PST) In-Reply-To: <20111202223217.GA32698@host2.jankratochvil.net> References: <20111003215530.GC20272@host1.jankratochvil.net> <201110062009.24796.pedro@codesourcery.com> <20111021094258.GA23101@host1.jankratochvil.net> <201110211205.06852.pedro@codesourcery.com> <20111103213010.GA2480@host1.jankratochvil.net> <20111202223217.GA32698@host2.jankratochvil.net> Date: Sat, 03 Dec 2011 17:03:00 -0000 Message-ID: Subject: Re: [commit] [patch] Implement qXfer:libraries-svr4 for Linux/gdbserver #4 From: Doug Evans To: Jan Kratochvil Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2011-12/txt/msg00072.txt.bz2 On Fri, Dec 2, 2011 at 2:32 PM, Jan Kratochvil wrote: > Hi, > > checked in, therefore introducing the new and > TARGET_OBJECT_LIBRARIES_SVR4 protocol (not reusing ). > > Some gdbserver memory corruption has been fixed. > > The patch uses now always the version=3D"1.0" attribute as #FIXED, provid= ed by > gdbserver and required by gdb. =A0A similar change I suggested for existi= ng > in: > =A0 =A0 =A0 =A0[patch] gdbserver and its #FIXED version=3D= "1.0" > =A0 =A0 =A0 =A0http://sourceware.org/ml/gdb-patches/2011-11/msg00099.html > > No regressions on {x86_64,x86_64-m32,i686}-fedora16-linux-gnu in both nat= and > gdbserver mode. I happened to do a non-expat build and got a build failure. ../../../src/gdb/solib-svr4.c: In function 'svr4_current_sos': ../../../src/gdb/solib-svr4.c:1293: error: 'svr4_free_library_list' undeclared (first use in this function) ../../../src/gdb/solib-svr4.c:1293: error: (Each undeclared identifier is reported only once ../../../src/gdb/solib-svr4.c:1293: error: for each function it appears in.) ../../../src/gdb/solib-svr4.c: In function '_initialize_svr4_solib': ../../../src/gdb/solib-svr4.c:2479: error: 'svr4_free_so' undeclared (first use in this function) make: *** [solib-svr4.o] Error 1