mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
We use the stock version of this file as in rev 1.4.
This commit is contained in:
parent
86c6456a3e
commit
67fc1b2b4d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99467
@ -1293,7 +1293,8 @@ print_symbol (abfd, sym, archive_bfd)
|
|||||||
bfd_asymbol_name (*r->sym_ptr_ptr)) == 0
|
bfd_asymbol_name (*r->sym_ptr_ptr)) == 0
|
||||||
&& bfd_find_nearest_line (abfd, secs[i], syms,
|
&& bfd_find_nearest_line (abfd, secs[i], syms,
|
||||||
r->address, &filename,
|
r->address, &filename,
|
||||||
&functionname, &lineno))
|
&functionname, &lineno)
|
||||||
|
&& filename != NULL)
|
||||||
{
|
{
|
||||||
/* We only print the first one we find. */
|
/* We only print the first one we find. */
|
||||||
printf ("\t%s:%u", filename, lineno);
|
printf ("\t%s:%u", filename, lineno);
|
||||||
|
Loading…
Reference in New Issue
Block a user