* syms.c (_bfd_stab_section_find_neares_line): Use IS_ABSOLUTE_PATH.
This commit is contained in:
parent
23f2f29f40
commit
b4b415e571
@ -1,3 +1,7 @@
|
||||
2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
|
||||
|
||||
* syms.c (_bfd_stab_section_find_neares_line): Use IS_ABSOLUTE_PATH.
|
||||
|
||||
2000-06-28 Mark Elbrecht <snowball3@bigfoot.com>
|
||||
|
||||
* go32stub.h: Update stub.
|
||||
|
@ -1262,7 +1262,7 @@ _bfd_stab_section_find_nearest_line (abfd, symbols, section, offset, pfound,
|
||||
|
||||
*pfound = true;
|
||||
|
||||
if (file_name[0] == '/' || directory_name == NULL)
|
||||
if (IS_ABSOLUTE_PATH(file_name) || directory_name == NULL)
|
||||
*pfilename = file_name;
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user