This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
_bfd_dwarf2_find_nearest_line comment fix
- From: Alan Modra <amodra at gmail dot com>
- To: binutils at sourceware dot org
- Date: Tue, 3 Dec 2019 17:56:32 +1030
- Subject: _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.
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c
index a25f76ac2b..2239077341 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,
--
Alan Modra
Australia Development Lab, IBM