mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
2009-01-09 Kai Tietz <kai.tietz@onevision.com>
* coff-pe-read.c (read_pe_exported_syms): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-09 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
|
* coff-pe-read.c (read_pe_exported_syms): Fix typo.
|
||||||
|
|
||||||
2009-01-09 Joel Brobecker <brobecker@adacore.com>
|
2009-01-09 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* CONTRIBUTE: Minor reformatting.
|
* CONTRIBUTE: Minor reformatting.
|
||||||
|
@ -223,7 +223,7 @@ read_pe_exported_syms (struct objfile *objfile)
|
|||||||
pe_header_offset = pe_get32 (dll, 0x3c);
|
pe_header_offset = pe_get32 (dll, 0x3c);
|
||||||
opthdr_ofs = pe_header_offset + 4 + 20;
|
opthdr_ofs = pe_header_offset + 4 + 20;
|
||||||
if (is_pe64)
|
if (is_pe64)
|
||||||
num_entries = pe_get32 (dll, opthdr_ofs + 108;
|
num_entries = pe_get32 (dll, opthdr_ofs + 108);
|
||||||
else
|
else
|
||||||
num_entries = pe_get32 (dll, opthdr_ofs + 92);
|
num_entries = pe_get32 (dll, opthdr_ofs + 92);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user