Browse Source

* nm.c (display_rel_file): Treat bfd_error_no_symbols as

non-fatal.
gdb-7.7-branch
Nick Clifton 13 years ago
committed by Tom Tromey
parent
commit
9993a35510
  1. 2
      binutils/nm.c

2
binutils/nm.c

@ -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));
}

Loading…
Cancel
Save