_bfd_dwarf2_find_nearest_line comment fix
authorAlan Modra <amodra@gmail.com>
Sat, 30 Nov 2019 07:38:09 +0000 (18:08 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 3 Dec 2019 05:30:48 +0000 (16:00 +1030)
These lines should have been removed along with the addr_size parameter.

* dwarf2.c (_bfd_dwarf2_find_nearest_line): Correct function comment.

bfd/ChangeLog
bfd/dwarf2.c

index ab9174d71e4338d2771f93e2d7167ef28bb71ecf..0df0ef5ff02bdd8579b445c1e8d340982e8809dc 100644 (file)
@@ -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>
 
        PR 23652
index a25f76ac2bd98bc8a1aac8e27100119f13389bd8..223907734126cf03aabd630f1c25be89b937d291 100644 (file)
@@ -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,
This page took 0.027603 seconds and 4 git commands to generate.