aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2009-12-17 19:51:35 +0000
committerDave Korn <dave.korn@artimi.com>2009-12-17 19:51:35 +0000
commit9dda37c1b4875049529c87e239f3b9337d00b9e0 (patch)
tree9c6c381e2c6818aa4f9eacb607734dce050278b3 /ld/ChangeLog
parentb41d91a7bc3686d0bd44c54b6b9a1fdca3bc74af (diff)
downloadgdb-9dda37c1b4875049529c87e239f3b9337d00b9e0.zip
gdb-9dda37c1b4875049529c87e239f3b9337d00b9e0.tar.gz
gdb-9dda37c1b4875049529c87e239f3b9337d00b9e0.tar.bz2
* pe-dll.c (generate_reloc): Take account of wrapper options when
testing if a weak symbol is defined or not, and when it is not, consider whether the default value requires a base reloc anyway.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 261cdc8..00df796 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,11 @@
2009-12-17 Dave Korn <dave.korn.cygwin@gmail.com>
+ * pe-dll.c (generate_reloc): Take account of wrapper options when
+ testing if a weak symbol is defined or not, and when it is not,
+ consider whether the default value requires a base reloc anyway.
+
+2009-12-17 Dave Korn <dave.korn.cygwin@gmail.com>
+
* deffilep.y (def_file_free): Add missing shadow parameter renaming.
(def_file_print): Likewise.
(def_stash_module): Likewise.