From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8047 invoked by alias); 16 Jan 2013 12:47:29 -0000 Received: (qmail 8029 invoked by uid 9078); 16 Jan 2013 12:47:26 -0000 Date: Wed, 16 Jan 2013 12:47:00 -0000 Message-ID: <20130116124726.8027.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: rebase/imagehelper ChangeLog objectfile.h reba ... Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org X-SW-Source: 2013-q1/txt/msg00000.txt.bz2 CVSROOT: /sourceware/projects/cygwin-apps-home/cvsfiles Module name: rebase Changes by: corinna@sourceware.org 2013-01-16 12:47:26 Modified files: imagehelper : ChangeLog objectfile.h rebaseimage.cc sections.cc sections.h Log message: * objectfile.h (LinkedObjectFile::performRelocation): Change type of parameter to int64_t. * rebaseimage.cc (ReBaseImage64): Change type of local variable difference to int64_t. * sections.cc (Relocations::check): Fix formatting. (Relocations::relocate): Take difference parameter as int64_t. Call cursec->debugprint rather than cursec->print and drop FIXME comment. Handle Windows relocation info types IMAGE_REL_BASED_ABSOLUTE, IMAGE_REL_BASED_HIGHLOW and IMAGE_REL_BASED_DIR64. Print error output if another relocation type is found. Fix formatting. * sections.h (Relocations::relocate): Change type of parameter to int64_t. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/objectfile.h.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/rebaseimage.cc.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/sections.cc.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/sections.h.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6