* nm.c (display_rel_file): Treat bfd_error_no_symbols as
authorNick Clifton <nickc@redhat.com>
Fri, 25 Oct 2013 08:29:07 +0000 (09:29 +0100)
committerTom Tromey <tromey@sourceware.org>
Fri, 25 Oct 2013 14:03:01 +0000 (14:03 +0000)
non-fatal.

binutils/nm.c

index 9b6648e..156194f 100644 (file)
@@ -1016,7 +1016,7 @@ display_rel_file (bfd *abfd, bfd *archive_bfd)
          non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
          return;
        }
-      
+
       bfd_fatal (bfd_get_filename (abfd));
     }