From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13920 invoked by alias); 7 Aug 2009 06:15:55 -0000 Received: (qmail 13912 invoked by uid 22791); 7 Aug 2009 06:15:54 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Aug 2009 06:15:47 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n776Dhuv006428; Fri, 7 Aug 2009 02:13:43 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n776DhYj004528; Fri, 7 Aug 2009 02:13:43 -0400 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.2/8.14.2/Submit) id n776Dgq6030940; Fri, 7 Aug 2009 08:13:42 +0200 Date: Fri, 07 Aug 2009 06:15:00 -0000 From: Jakub Jelinek To: "Joseph S. Myers" Cc: prelink@sourceware.org Subject: Re: Fix MSB shift in prelink adjusting debug info Message-ID: <20090807061342.GW4462@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact prelink-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: prelink-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00008.txt.bz2 On Thu, Aug 06, 2009 at 11:52:34PM +0000, Joseph S. Myers wrote: > This patch fixes an incorrect shift by 58 instead of 56 when computing the > most significant byte when prelink adjusts debug info. Please commit if > OK. Committed, thanks. Jakub