PR ld/12365
authorAlan Modra <amodra@gmail.com>
Sun, 17 Apr 2011 23:18:24 +0000 (23:18 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 17 Apr 2011 23:18:24 +0000 (23:18 +0000)
PR ld/12672
missing changelog entries

bfd/ChangeLog
ld/ChangeLog
ld/testsuite/ChangeLog

index c02b2bd3880de28c14b1478bb14649b60a7610f5..5d8b67ab6155859d382f7ddab0aaa1f2da649669 100644 (file)
@@ -1,3 +1,13 @@
+2011-04-18  Alan Modra  <amodra@gmail.com>
+
+       PR ld/12365
+       PR ld/12672
+       * bfd.c (BFD_PLUGIN): Define.
+       (BFD_FLAGS_SAVED, BFD_FLAGS_FOR_BFD_USE_MASK): Add BFD_PLUGIN.
+       * bfd-in2.h: Regenerate.
+       * elflink.c (elf_link_output_extsym): Strip undefined plugin syms.
+       * opncls.c (bfd_make_readable): Don't lose original bfd flags.
+
 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Do not check for
index 5939efcd9f65ae4ee799fe5ee36ebac0ac2282b8..070e49b853ee31c7aea999ddcb27dcdfccd71fde 100644 (file)
@@ -1,3 +1,41 @@
+2011-04-18  Alan Modra  <amodra@gmail.com>
+
+       PR ld/12365
+       PR ld/12672
+       * ldfile.c (ldfile_try_open_bfd): Don't attempt any plugin action
+       when no_more_claiming.
+       * ldmain.c (add_archive_element): Likewise.
+       (multiple_definition): Remove plugin_multiple_definition call.
+       (notice): Remove plugin_notice call.
+       * ldlang.c (lang_list_insert_after, void lang_list_remove_tail): Move.
+       Delete prototype.
+       (plugin_insert): New static var.
+       (open_input_bfds): Only rescan libs after plugin insert point.
+       (lang_gc_sections): Omit plugin claimed files.
+       (lang_process): Set plugin_insert.  Only rescan when plugin adds
+       objects.
+       * plugin.h (no_more_claiming): Declare.
+       (plugin_notice, plugin_multiple_definition): Don't declare.
+       * plugin.c: Formatting.
+       (orig_notice_all, orig_allow_multiple_defs, orig_callbacks,
+       plugin_callbacks): New static vars.
+       (no_more_claiming): Make global.
+       (plugin_cached_allow_multiple_defs): Delete.
+       (plugin_get_ir_dummy_bfd): Set SEC_EXCLUDE on dummy .text section,
+       use newer bfd_make_section variant.  Make COMMON section too.
+       Error handling.  Correct setting of gp size.
+       (asymbol_from_plugin_symbol): Properly cast last arg of concat.
+       (message): Likewise for ACONCAT.
+       (asymbol_from_plugin_symbol): Use our COMMON section.
+       (get_symbols): When report_plugin_symbols, show visibility too.
+       (init_non_ironly_hash): Move.  Don't test non_ironly_hash.
+       (plugin_load_plugins): Save state of linker callbacks, set up to
+       call plugin_notice instead.  Call init_non_ironly_hash here.
+       (plugin_call_all_symbols_read): Set plugin_multiple_definition in
+       plugin callbacks.
+       (plugin_notice): Rewrite.
+       (plugin_multiple_definition): Make static, call original callback.
+
 2011-04-15  Alan Modra  <amodra@gmail.com>
 
        PR ld/12672
index 1fa776025c4ac486358c1a57ad8a6f8e0e6787f4..2eb37c5c031960d3f754b9fffc07c65537c9b392 100644 (file)
@@ -1,3 +1,11 @@
+2011-04-18  Alan Modra  <amodra@gmail.com>
+
+       * ld-plugin/plugin-7.d: Adjust for plugin changes.
+       * ld-plugin/plugin-8.d: Likewise.
+       * ld-plugin/plugin.exp: Pass --verbose=2 for visibility test, and
+       compare ld output to..
+       * ld-plugin/plugin-12.d: New.
+
 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
        * ld-m68k/tls-gd-ie-1.d: Stabilize test.
This page took 0.027218 seconds and 4 git commands to generate.