* dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.

This commit is contained in:
Ben Elliston 2004-05-21 01:58:03 +00:00
parent 4d35077f91
commit cd9172901c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-05-19 Ben Elliston <bje@au.ibm.com>
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
2004-05-19 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> 2004-05-19 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
* archive.c (_bfd_get_elt_at_filepos): Cope with a nested archives. * archive.c (_bfd_get_elt_at_filepos): Cope with a nested archives.

View file

@ -1676,7 +1676,7 @@ find_debug_info (bfd *abfd, asection *after_sec)
return NULL; return NULL;
} }
/* The DWARF2 version of find_nearest line. Return TRUE if the line /* The DWARF2 version of find_nearest_line. Return TRUE if the line
is found without error. ADDR_SIZE is the number of bytes in the is found without error. ADDR_SIZE is the number of bytes in the
initial .debug_info length field and in the abbreviation offset. initial .debug_info length field and in the abbreviation offset.
You may use zero to indicate that the default value should be You may use zero to indicate that the default value should be