aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-02-25 21:00:32 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-02-25 21:00:32 +0000
commitf5a95868e409ce9ec09838eb35a22cbcdb301c03 (patch)
tree54d191a52ff71cdf1c4295cb160f7e245cd4bfc5 /ld/ChangeLog
parent85be1ca62087a895ae7311fe644642147f5c1b02 (diff)
downloadgdb-f5a95868e409ce9ec09838eb35a22cbcdb301c03.zip
gdb-f5a95868e409ce9ec09838eb35a22cbcdb301c03.tar.gz
gdb-f5a95868e409ce9ec09838eb35a22cbcdb301c03.tar.bz2
* pe-dll.c (fill_edata): Check that exported_symbol_sections is
not NULL.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 527c36a..f777254 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * pe-dll.c (fill_edata): Check that exported_symbol_sections is
+ not NULL.
+
2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
* ldlang.c (lang_check): Use %P, not %E, in error message.