aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-12-08 11:38:25 +0000
committerAlan Modra <amodra@gmail.com>2005-12-08 11:38:25 +0000
commit362307121f3de7cbf4646f028d5c7faeafe68c94 (patch)
tree9a5d4ef421e4dffcc44cbe5ba409243b41c91a73 /ld/ChangeLog
parent422673a90ba05bd6ddff2c7d8c6a5689f1757206 (diff)
downloadgdb-362307121f3de7cbf4646f028d5c7faeafe68c94.zip
gdb-362307121f3de7cbf4646f028d5c7faeafe68c94.tar.gz
gdb-362307121f3de7cbf4646f028d5c7faeafe68c94.tar.bz2
* pe-dll.c (build_filler_bfd): Conform error message to standard.
(pe_dll_generate_implib): Use %E in error message. (add_bfd_to_link): Likewise. (pe_implied_import_dll): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9927ab8..d517ddb 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-08 Alan Modra <amodra@bigpond.net.au>
+
+ * pe-dll.c (build_filler_bfd): Conform error message to standard.
+ (pe_dll_generate_implib): Use %E in error message.
+ (add_bfd_to_link): Likewise.
+ (pe_implied_import_dll): Likewise.
+
2005-12-07 Thiemo Seufer <ths@networkno.de>
H.J. Lu <hongjiu.lu@intel.com>