Replace entry->the_bfd with ibfd
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 7 Feb 2015 20:50:17 +0000 (12:50 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 7 Feb 2015 20:50:17 +0000 (12:50 -0800)
* plugin.c (plugin_maybe_claim): Replace entry->the_bfd with
ibfd.

ld/ChangeLog
ld/plugin.c

index d7125ff49802c2e1a040ce3df5672f9fc577b675..00c9466a245d3816a63cff79ec1d477b567bce32 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * plugin.c (plugin_maybe_claim): Replace entry->the_bfd with
+       ibfd.
+
 2015-02-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        * plugin.c: Include "libbfd.h".
index 30e4ab4e2655c774dd75c8a96a3e0a878f05ec00..c4116fb54b2553ad5ae899072ba8bb270116b1a0 100644 (file)
@@ -1061,7 +1061,7 @@ plugin_maybe_claim (lang_input_statement_type *entry)
     einfo (_("%P%F: %s: plugin reported error claiming file\n"),
           plugin_error_plugin ());
 
-  if (input->fd != -1 && bfd_check_format (entry->the_bfd, bfd_object))
+  if (input->fd != -1 && bfd_check_format (ibfd, bfd_object))
     {
       /* FIXME: fd belongs to us, not the plugin.  IR for GCC plugin,
         which doesn't need fd after plugin_call_claim_file, is