Remove h8300_print_float_info
[deliverable/binutils-gdb.git] / binutils / nm.c
index 2a44a846004885f06f288af6c38fa42eddf5a7f2..ecd147e040042421ed51ca7ca940ba318f341706 100644 (file)
@@ -434,6 +434,10 @@ filter_symbols (bfd *abfd, bfd_boolean is_dynamic, void *minisyms,
       if (sym == NULL)
        bfd_fatal (bfd_get_filename (abfd));
 
+      if (strcmp (sym->name, "__gnu_lto_slim") == 0)
+       non_fatal (_("%s: plugin needed to handle lto object"),
+                  bfd_get_filename (abfd));
+
       if (undefined_only)
        keep = bfd_is_und_section (sym->section);
       else if (external_only)
This page took 0.022568 seconds and 4 git commands to generate.