diff options
author | Alan Modra <amodra@gmail.com> | 2019-11-30 18:08:09 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-12-03 16:00:48 +1030 |
commit | 2247a609df7ecd55c1e5a63a9fe1319f28f2b587 (patch) | |
tree | 6cbc4bd6482bfc1b198fe2560554048fad7b3766 /bfd/dwarf2.c | |
parent | daeecc329064e392d8d1dec359bea8b018a7fb00 (diff) | |
download | gdb-2247a609df7ecd55c1e5a63a9fe1319f28f2b587.zip gdb-2247a609df7ecd55c1e5a63a9fe1319f28f2b587.tar.gz gdb-2247a609df7ecd55c1e5a63a9fe1319f28f2b587.tar.bz2 |
_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.
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r-- | bfd/dwarf2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index a25f76a..2239077 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -4701,9 +4701,7 @@ _bfd_dwarf2_find_symbol_bias (asymbol ** symbols, void ** pinfo) info is present but not regarding the requested code location. Returns 0 otherwise. SYMBOLS contains the symbol table for ABFD. - 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. */ + DEBUG_SECTIONS contains the name of the dwarf debug sections. */ int _bfd_dwarf2_find_nearest_line (bfd *abfd, |