_bfd_dwarf2_find_nearest_line comment fix
These lines should have been removed along with the addr_size parameter. * dwarf2.c (_bfd_dwarf2_find_nearest_line): Correct function comment.
This commit is contained in:
parent
daeecc3290
commit
2247a609df
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2019-12-03 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Correct function comment.
|
||||||
|
|
||||||
2019-11-27 Alan Modra <amodra@gmail.com>
|
2019-11-27 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
PR 23652
|
PR 23652
|
||||||
|
|
|
@ -4701,9 +4701,7 @@ _bfd_dwarf2_find_symbol_bias (asymbol ** symbols, void ** pinfo)
|
||||||
info is present but not regarding the requested code location.
|
info is present but not regarding the requested code location.
|
||||||
Returns 0 otherwise.
|
Returns 0 otherwise.
|
||||||
SYMBOLS contains the symbol table for ABFD.
|
SYMBOLS contains the symbol table for ABFD.
|
||||||
DEBUG_SECTIONS contains the name of the dwarf debug sections.
|
DEBUG_SECTIONS contains the name of the dwarf debug sections. */
|
||||||
field and in the abbreviation offset, or zero to indicate that the
|
|
||||||
default value should be used. */
|
|
||||||
|
|
||||||
int
|
int
|
||||||
_bfd_dwarf2_find_nearest_line (bfd *abfd,
|
_bfd_dwarf2_find_nearest_line (bfd *abfd,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue