This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

rebase/imagehelper ChangeLog objectfile.h reba ...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]