mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-24 14:53:34 +08:00
* nm.c (display_rel_file): Treat bfd_error_no_symbols as
non-fatal.
This commit is contained in:
parent
bf26dcc6ae
commit
9993a35510
@ -1016,7 +1016,7 @@ display_rel_file (bfd *abfd, bfd *archive_bfd)
|
|||||||
non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
|
non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
bfd_fatal (bfd_get_filename (abfd));
|
bfd_fatal (bfd_get_filename (abfd));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user