From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30395 invoked by alias); 29 Apr 2005 21:10:39 -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 30366 invoked from network); 29 Apr 2005 21:10:36 -0000 Received: from unknown (HELO e31.co.us.ibm.com) (32.97.110.129) by sourceware.org with SMTP; 29 Apr 2005 21:10:36 -0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e31.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j3TLAZua206228 for ; Fri, 29 Apr 2005 17:10:35 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j3TLAZnT115108 for ; Fri, 29 Apr 2005 15:10:35 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id j3TLAYqA017818 for ; Fri, 29 Apr 2005 15:10:35 -0600 Received: from dyn9047022123-009047022128.beaverton.ibm.com (dyn9047022123-009047022128.beaverton.ibm.com [9.47.22.128]) by d03av01.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j3TLAYY4017795; Fri, 29 Apr 2005 15:10:34 -0600 From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: Daniel Jacobowitz Subject: [commit] update gdb.base/unload.exp to use new shared library infrastructure Date: Fri, 29 Apr 2005 21:10:00 -0000 User-Agent: KMail/1.6.2 Cc: gdb-patches@sources.redhat.com References: <200504140943.44766.pgilliam@us.ibm.com> <200504191731.08929.pgilliam@us.ibm.com> <20050427155848.GC8399@nevyn.them.org> In-Reply-To: <20050427155848.GC8399@nevyn.them.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200504291412.55259.pgilliam@us.ibm.com> X-SW-Source: 2005-04/txt/msg00431.txt.bz2 On Wednesday 27 April 2005 08:58, Daniel Jacobowitz wrote: > On Tue, Apr 19, 2005 at 04:31:08PM -0800, Paul Gilliam wrote: > > On Thursday 14 April 2005 12:28, Daniel Jacobowitz wrote: > > > On Thu, Apr 14, 2005 at 08:43:44AM -0800, Paul Gilliam wrote: > > > > 2005-04-14 Paul Gilliam > > > > > > > > * gdb.base/unload.exp: Use new shared library infrastructure and update copyright. > > > > > > OK, with the same caveats - ChangeLog wrapping and indentation. > > > Thanks for doing this. Also, please fix the spelling of "fresh": > > > > > > > + # Start with a freash gdb. > > > > + > > > > > OK, here is the revised patch: > > > > 2005-04-19 Paul Gilliam > > > > * gdb.base/unload.exp: Use new shared library infrastructure > > and update copyright. > > OK. > > Here is the patch as I commited it. -=# Paul #=-