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 ChangeLog rebase.c


CVSROOT:	/sourceware/projects/cygwin-apps-home/cvsfiles
Module name:	rebase
Changes by:	corinna@sourceware.org	2011-07-08 08:22:59

Modified files:
	.              : ChangeLog rebase.c 

Log message:
	* rebase.c: Convert all base address variables to ULONG64
	throughout.
	(main): On Cygwin, call GetImageInfos64 to get Cygwin DLLs
	data.
	(print_image_info): Use PRIx64 in printf format string to print
	addresses.
	(rebase): Ditto.  Call ReBaseImage64.
	(parse_args): Call string_to_ulonglong.
	(string_to_ulonglong): Rename from string_to_ulong, call
	strtoull, and return unsigned long long.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebase.c.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5


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