From: Michael Meissner Date: Tue, 6 May 1997 13:51:01 +0000 (+0000) Subject: Do not abort if coff has no debug information for bfd_find_nearest_line X-Git-Tag: gdb-4_18-branchpoint~5586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aba5cc8b9d515bc973d9fdaebf02efbb03a6e99a;p=thirdparty%2Fbinutils-gdb.git Do not abort if coff has no debug information for bfd_find_nearest_line --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 356b3c28b3f..4c616c0feb5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon May 5 13:57:32 1997 Mike Meissner + + * coffgen.c (coff_find_nearest_line): If there are no syments, + just return false. + Mon May 5 18:18:45 1997 Philip Blundell * config.bfd: cope with '*-*-linux-gnuaout' targets.