aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-04-15 03:47:30 +0000
committerAlan Modra <amodra@gmail.com>2011-04-15 03:47:30 +0000
commit486329aaadc5790badd0f201bab45a931566515a (patch)
treef534f44182fa53350d1ab7b85c7075c499b858e1 /ld/ChangeLog
parent56a9aa1d10f5ddb8a1f77e0de0d3c5ef48cdb848 (diff)
downloadgdb-486329aaadc5790badd0f201bab45a931566515a.zip
gdb-486329aaadc5790badd0f201bab45a931566515a.tar.gz
gdb-486329aaadc5790badd0f201bab45a931566515a.tar.bz2
PR ld/12672
* ldlang.c (enum open_bfd_mode): New. (open_input_bfds): Replace "force" param with "mode". Reload archives for rescan. Update all callers. (lang_process): Make another open_input_bfds pass for plugins.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 855912d..5939efc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2011-04-15 Alan Modra <amodra@gmail.com>
+
+ PR ld/12672
+ * ldlang.c (enum open_bfd_mode): New.
+ (open_input_bfds): Replace "force" param with "mode". Reload
+ archives for rescan. Update all callers.
+ (lang_process): Make another open_input_bfds pass for plugins.
+
2011-04-13 Kai Tietz <ktietz@redhat.com>
PR binutils/12658
@@ -228,6 +236,15 @@
2011-02-14 Alan Modra <amodra@gmail.com>
+ * plugin.c (plugin_get_ir_dummy_bfd): Set SEC_EXCLUDE on dummy
+ .text section, use newer bfd_make_section variant. Error handling.
+ Correct setting of gp size.
+ (asymbol_from_plugin_symbol): Properly cast last arg of concat.
+ (message): Likewise for ACONCAT.
+ (get_symbols): Formatting.
+
+2011-02-14 Alan Modra <amodra@gmail.com>
+
* ldmain.c (remove_output): Rename to..
(ld_cleanup): ..this. Call bfd_cache_close_all and plugin_call_cleanup.
(main): Adjust.