This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: [PATCH] Enable Windows --auto-image-base to take an argument


On Mon, Mar 17, 2014 at 01:40:53PM -0400, Christopher Faylor wrote:
> +static unsigned long pe_auto_image_base = 0x61500000;
[snip]
> -  return 0x61300000 + ((hash << 16) & 0x0FFC0000);
> +  return pe_auto_image_base + ((hash << 16) & 0x0FFC0000);

Was the magic number (613 to 615) change deliberate or is this a typo?

-- 
Alan Modra
Australia Development Lab, IBM


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