From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10498 invoked by alias); 9 Aug 2007 16:47:17 -0000 Received: (qmail 10287 invoked by uid 22791); 9 Aug 2007 16:47:14 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 09 Aug 2007 16:47:08 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CF8592AA80A; Thu, 9 Aug 2007 12:47:06 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id SL8f+toILJMn; Thu, 9 Aug 2007 12:47:06 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 794EE2AA809; Thu, 9 Aug 2007 12:47:06 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4960CE7B54; Thu, 9 Aug 2007 09:50:40 -0700 (PDT) Date: Thu, 09 Aug 2007 16:47:00 -0000 From: Joel Brobecker To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] fix build failure in solib-som.c Message-ID: <20070809165040.GD3738@adacore.com> References: <20070807204529.GA3681@adacore.com> <20070807144733.26f94534@ironwood.lan> <20070807224348.GA3738@adacore.com> <20070807161954.748a5eb5@ironwood.lan> <20070808174437.GB3738@adacore.com> <20070808105024.26610da9@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070808105024.26610da9@ironwood.lan> User-Agent: Mutt/1.4.2.2i 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: 2007-08/txt/msg00179.txt.bz2 > > > > > > 2007-08-07 Joel Brobecker > > > > > > > > > > > > * solib-som.c (som_relocate_section_addresses): Stop saving > > > > > > the $CODE$ section in the so_list structure. > > Sounds good. Go ahead and check in your original patch. Thanks. Now checked in. -- Joel