From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3525 invoked by alias); 29 May 2008 23:01:50 -0000 Received: (qmail 3515 invoked by uid 22791); 29 May 2008 23:01:49 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 29 May 2008 23:01:30 +0000 Received: from zps77.corp.google.com (zps77.corp.google.com [172.25.146.77]) by smtp-out.google.com with ESMTP id m4TN18a5017620; Fri, 30 May 2008 00:01:09 +0100 Received: from smtp.corp.google.com (spacemonkey1.corp.google.com [192.168.120.115]) by zps77.corp.google.com with ESMTP id m4TN17Pa026141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 May 2008 16:01:08 -0700 Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id m4TN17I4012187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 May 2008 16:01:07 -0700 To: Kris Van Hees Cc: binutils@sourceware.org Subject: Re: [PATCH #6407] Patch to resolve issue of non-booting Linux kernel References: <20080529205212.GQ13586@oracle.com> From: Ian Lance Taylor Date: Thu, 29 May 2008 23:27:00 -0000 In-Reply-To: <20080529205212.GQ13586@oracle.com> (Kris Van Hees's message of "Thu\, 29 May 2008 16\:52\:12 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00252.txt.bz2 Kris Van Hees writes: > 2008-05-29 Kris Van Hees > > * target-reloc.h (relocate_for_relocatable): Fix new_offset calculation. Thanks a lot for looking into this. This patch is OK. The ChangeLog entry should refer to the PR number (and also the line is slightly too long), as in: 2008-05-29 Kris Van Hees PR 6407 * target-reloc.h (relocate_for_relocatable): Fix new_offset calculation. Thanks! Ian