mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-10 06:00:59 +00: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));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
bfd_fatal (bfd_get_filename (abfd));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user