diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-11-27 09:00:36 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-11-27 09:00:36 +0000 |
commit | 48129dc47e8e87b865fba24c4faa84141fe04f2e (patch) | |
tree | e20b1d0318aa872627299c04f3edcb41ef32755c /ld/ChangeLog | |
parent | fc91f8af865532e21eceff8173da4cd4af59cac8 (diff) | |
download | binutils-redhat-48129dc47e8e87b865fba24c4faa84141fe04f2e.tar.gz |
2009-11-27 Tristan Gingold <gingold@adacore.com>
* pe-dll.c (pe_implied_import_dll): Return early if there is no
export entries.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 904262fb9f..3a0aa49315 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2009-11-27 Tristan Gingold <gingold@adacore.com> + + * pe-dll.c (pe_implied_import_dll): Return early if there is no + export entries. + 2009-11-26 Nick Clifton <nickc@redhat.com> PR ld/10956 |