diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-29 14:07:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-29 14:07:01 +0000 |
commit | 0facbdf5c2ef772b4c43b7041b72e32c8210eab9 (patch) | |
tree | ab020d5a66bfa672825dd3c08632a31b453ec486 /bfd/ChangeLog | |
parent | 0a7b9ba6058643f22eec1d04d981efdb1c78b12b (diff) | |
download | ppe42-binutils-0facbdf5c2ef772b4c43b7041b72e32c8210eab9.tar.gz ppe42-binutils-0facbdf5c2ef772b4c43b7041b72e32c8210eab9.zip |
* peXXigen.c (pe_print_edata): Compute the size of the export table from the
size field in the DataDictionary and not the size of the section. Some
linkers embed the export table inside a larger section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5c7d2f9d8f..0728b7fd03 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-07-29 Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> + + * peXXigen.c (pe_print_edata): Compute the size of the export + table from the size field in the DataDictionary and not the size + of the section. Some linkers embed the export table inside a + larger section. + 2005-07-29 Alan Modra <amodra@bigpond.net.au> * elf-bfd.h (struct elf_backend_data): Add action_discarded. |