aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorSteiner H Gunderson <steinar+sourceware@gunderson.no>2022-03-22 15:32:32 +0000
committerNick Clifton <nickc@redhat.com>2022-03-22 15:32:32 +0000
commit86ed2a5eaef2d604c163031f4f355d3a8699f3d8 (patch)
tree39c2fccb29784ce01a84319f4614d63f2b13db6d /bfd/ChangeLog
parent25209e2c6979c3838e14e099f0333609810db280 (diff)
downloadgdb-86ed2a5eaef2d604c163031f4f355d3a8699f3d8.zip
gdb-86ed2a5eaef2d604c163031f4f355d3a8699f3d8.tar.gz
gdb-86ed2a5eaef2d604c163031f4f355d3a8699f3d8.tar.bz2
Fix return code in _bfd_dwarf2_find_nearest_line().
* dwarf2.c (_bfd_dwarf2_find_nearest_line): if a function name is found, but no line number info, then return a result of 2.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fcf5aba..86d42b2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2022-03-22 Steiner H Gunderson <steinar+sourceware@gunderson.no>
+
+ * dwarf2.c (_bfd_dwarf2_find_nearest_line): if a function name is
+ found, but no line number info, then return a result of 2.
+
2022-03-21 Steiner H Gunderson <steinar+sourceware@gunderson.no>
PR 28978