projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf26dcc
)
* nm.c (display_rel_file): Treat bfd_error_no_symbols as
author
Nick Clifton
<nickc@redhat.com>
Fri, 25 Oct 2013 08:29:07 +0000
(09:29 +0100)
committer
Tom Tromey
<tromey@sourceware.org>
Fri, 25 Oct 2013 14:03:01 +0000
(14:03 +0000)
non-fatal.
binutils/nm.c
patch
|
blob
|
history
diff --git
a/binutils/nm.c
b/binutils/nm.c
index
9b6648e
..
156194f
100644
(file)
--- a/
binutils/nm.c
+++ b/
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));
}