[PATCH] Enable Windows --auto-image-base to take an argument
Alan Modra
amodra@gmail.com
Tue Mar 18 00:46:00 GMT 2014
More information about the Binutils mailing list
Tue Mar 18 00:46:00 GMT 2014
- Previous message (by thread): [PATCH] Enable Windows --auto-image-base to take an argument
- Next message (by thread): [PATCH] Enable Windows --auto-image-base to take an argument
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [PATCH] Enable Windows --auto-image-base to take an argument
- Next message (by thread): [PATCH] Enable Windows --auto-image-base to take an argument
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list