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.cc sec ...


CVSROOT:	/sourceware/projects/cygwin-apps-home/cvsfiles
Module name:	rebase
Changes by:	corinna@sourceware.org	2013-02-16 21:17:18

Modified files:
	imagehelper    : ChangeLog objectfile.cc sections.cc sections.h 

Log message:
	Throughout, tweak pointer expressions to use unambiguous cast
	on all supported platforms.
	* sections.cc (Exports::dump): Constify argument to avoid compiler
	warning.
	(Imports::dump): Ditto.
	* sections.h (SectionBase::getAdjust): Change type to ptrdiff_t.
	(SectionBase::adjust): Ditto.
	(Exports::dump): Constify argument in declaration to avoid compiler
	warning.
	(Imports::dump): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/objectfile.cc.diff?cvsroot=cygwin-apps&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/sections.cc.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/sections.h.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7


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