diff options
author | Nick Clifton <nickc@redhat.com> | 2012-02-11 19:25:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-02-11 19:25:12 +0000 |
commit | 98872a7c392dee50629a3cb54b85db4d904cae1c (patch) | |
tree | 3d2cb37420963bfa9530aae920e2f7c031400405 /ld/ChangeLog | |
parent | 7afcdbb2bf95b8bb7e139185b7e53df94aa45a99 (diff) | |
download | gdb-98872a7c392dee50629a3cb54b85db4d904cae1c.zip gdb-98872a7c392dee50629a3cb54b85db4d904cae1c.tar.gz gdb-98872a7c392dee50629a3cb54b85db4d904cae1c.tar.bz2 |
* pe-dll.c (auto_export): Use bsearch to speed up scan of exports
table.
(process_def_file_and_drectve): Maintain sorting of exports table
after stripping leading @ signs.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 42fe822..6c79882 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2012-02-11 Pascal Obry <pascal@obry.net> + + * pe-dll.c (auto_export): Use bsearch to speed up scan of exports + table. + (process_def_file_and_drectve): Maintain sorting of exports table + after stripping leading @ signs. + 2012-02-09 Alan Modra <amodra@gmail.com> * ldgram.y (input_section_spec_no_keep): Don't ignore sect_flags. |