diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2012-02-19 21:18:08 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2012-02-19 21:18:08 +0000 |
commit | 6e230cc21758810c07dae89243af1b3f0b718582 (patch) | |
tree | 2d702a0035a2be589ac377c3a052ddcd8514dccd /ld/ChangeLog | |
parent | 6bec5e0a45fae5a59504bae5eb6498c835e1db9d (diff) | |
download | binutils-6e230cc21758810c07dae89243af1b3f0b718582.zip binutils-6e230cc21758810c07dae89243af1b3f0b718582.tar.gz binutils-6e230cc21758810c07dae89243af1b3f0b718582.tar.bz2 |
* deffilep.y (cmp_import_elem): Sort first by module name.
* pe-dll.c (process_def_file_and_drectve): Free strings
from removed export-element.
(add_bfd_to_link): Optimize loop on import-elements and lower
allocated memory.
(pe_implied_import_dll): Pass NULL instead of 0 for pointer
argument.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f5db339..60b9d4a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2012-02-19 Kai Tietz <ktietz@redhat.com> + + * deffilep.y (cmp_import_elem): Sort first by module name. + * pe-dll.c (process_def_file_and_drectve): Free strings + from removed export-element. + (add_bfd_to_link): Optimize loop on import-elements and lower + allocated memory. + (pe_implied_import_dll): Pass NULL instead of 0 for pointer + argument. + 2012-02-18 Hans-Peter Nilsson <hp@axis.com> * ldmisc.c (vfinfo <%S>): Use same type and avoid cast for |