We use the stock version of this file as in rev 1.4.

This commit is contained in:
David E. O'Brien 2002-07-05 20:35:38 +00:00
parent 86c6456a3e
commit 67fc1b2b4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99467

View File

@ -1293,7 +1293,8 @@ print_symbol (abfd, sym, archive_bfd)
bfd_asymbol_name (*r->sym_ptr_ptr)) == 0
&& bfd_find_nearest_line (abfd, secs[i], syms,
r->address, &filename,
&functionname, &lineno))
&functionname, &lineno)
&& filename != NULL)
{
/* We only print the first one we find. */
printf ("\t%s:%u", filename, lineno);