summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2011-09-20 04:58:55 +0000
committerAlan Modra <amodra@bigpond.net.au>2011-09-20 04:58:55 +0000
commit08f37e4536a319cf1624da42ad30bac34bbf9dea (patch)
tree4372dae5559d13d3c411b479b57416e388fd8005 /ld/ChangeLog
parent05cf284e625379f5656f95e2e9cde619d40dda23 (diff)
downloadbinutils-redhat-08f37e4536a319cf1624da42ad30bac34bbf9dea.tar.gz
PR ld/12301
* ldlang.h (lang_input_statement_type): Add "reload" bitfield. Clarify comments. * ldlang.c (new_afile): Init new field. (load_symbols): Don't call ldlang_add_file when reloading. (open_input_bfds): Reload as-needed libs during plugin rescan.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index cafca0ec98..3e51f1c117 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2011-09-20 Alan Modra <amodra@gmail.com>
+
+ PR ld/12301
+ * ldlang.h (lang_input_statement_type): Add "reload" bitfield.
+ Clarify comments.
+ * ldlang.c (new_afile): Init new field.
+ (load_symbols): Don't call ldlang_add_file when reloading.
+ (open_input_bfds): Reload as-needed libs during plugin rescan.
+
2011-09-15 H.J. Lu <hongjiu.lu@intel.com>
PR ld/12975