From: Ian Lance Taylor Date: Tue, 7 Nov 1995 21:43:07 +0000 (+0000) Subject: * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs X-Git-Tag: gdb-4_18~10209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c09712980d4b33abb6e00993ba4b0ca2bc464904;p=thirdparty%2Fbinutils-gdb.git * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs entries until both the line number address and the function name address are too large. PR 8364. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 87050129349..b5666c1c899 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -33,6 +33,10 @@ Tue Nov 7 11:53:48 1995 Kim Knuttila Tue Nov 7 13:48:58 1995 Ian Lance Taylor + * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs + entries until both the line number address and the function name + address are too large. + * configure.in: Call AC_CHECK_PROG to find and cache AR. * configure: Rebuilt.