From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25206 invoked by alias); 4 Jan 2007 15:26:39 -0000 Received: (qmail 25195 invoked by uid 22791); 4 Jan 2007 15:26:38 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 04 Jan 2007 15:26:29 +0000 Received: (qmail 28478 invoked from network); 4 Jan 2007 15:26:27 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Jan 2007 15:26:27 -0000 To: gdb-patches@sourceware.org Subject: Re: RFA: update name of glibc PLT fixup function References: <20070104032553.GA2071@nevyn.them.org> From: Jim Blandy Date: Thu, 04 Jan 2007 15:26:00 -0000 In-Reply-To: <20070104032553.GA2071@nevyn.them.org> (Daniel Jacobowitz's message of "Wed, 3 Jan 2007 22:25:53 -0500") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2007-01/txt/msg00120.txt.bz2 Daniel Jacobowitz writes: > On Wed, Jan 03, 2007 at 04:05:14PM -0800, Jim Blandy wrote: >> >> No regressions on FC6 IA-32. But there are also no reports that this >> is necessary. Andreas Schwab simply pointed out that ld-linux.so >> doesn't use 'fixup' any more, so I thought I'd be pro-active. >> >> Okay to commit? > > OK. Committed --- thanks!