This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] win32: Lookup symbols in the EA Table by ordinal
On Mon, 2011-06-13 at 14:38 -0400, Christopher Faylor wrote:
> This looks ok except for the unneeded reordering of the function. I didn't see
> any reason to move ordbase or expdata.
0) Thanks for the review.
1) Moving ordbase and exp_funcbase was mainly a nitpick (which wouldn't
justify a separate patch): I prefer file parsing code to match the
structure of the file format it parses (wherever that is feasible). And
here the code is jumping around the PE format for no apparent reason.
Paul Bolle