struct mi_interp: Remove unused fields
[deliverable/binutils-gdb.git] / ld / plugin.c
index 80d22e222d097cbc8004759bf71ac7fa678f5461..03e2e69a639151285e9a06c41a722cdf87a03ca9 100644 (file)
@@ -1,5 +1,5 @@
 /* Plugin control for the GNU linker.
-   Copyright (C) 2010-2016 Free Software Foundation, Inc.
+   Copyright (C) 2010-2017 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -1195,6 +1195,7 @@ plugin_object_p (bfd *ibfd)
 void
 plugin_maybe_claim (lang_input_statement_type *entry)
 {
+  ASSERT (entry->header.type == lang_input_statement_enum);
   if (plugin_object_p (entry->the_bfd))
     {
       bfd *abfd = entry->the_bfd->plugin_dummy_bfd;
This page took 0.031747 seconds and 4 git commands to generate.