aboutsummaryrefslogtreecommitdiff
path: root/bfd/ecoff.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-03 22:41:51 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-03 22:41:51 +0000
commit3a6eecd42f626f171e1f597a682fbe45a83f564d (patch)
tree066f7cc718294e664414c1a593b0970684b2b7d6 /bfd/ecoff.c
parent9fd10c34d0d1274da7055948cb3454a3c5b6d5e1 (diff)
downloadgdb-3a6eecd42f626f171e1f597a682fbe45a83f564d.zip
gdb-3a6eecd42f626f171e1f597a682fbe45a83f564d.tar.gz
gdb-3a6eecd42f626f171e1f597a682fbe45a83f564d.tar.bz2
* ecoff.c (_bfd_ecoff_find_nearest_line): If we allocate
find_line_info, clear the fdrtab field.
Diffstat (limited to 'bfd/ecoff.c')
-rw-r--r--bfd/ecoff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/ecoff.c b/bfd/ecoff.c
index 8d67697..e98ac21 100644
--- a/bfd/ecoff.c
+++ b/bfd/ecoff.c
@@ -1852,6 +1852,7 @@ _bfd_ecoff_find_nearest_line (abfd, section, ignore_symbols, offset,
bfd_set_error (bfd_error_no_memory);
return false;
}
+ ecoff_data (abfd)->find_line_info->fdrtab = NULL;
}
line_info = ecoff_data (abfd)->find_line_info;