mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* ecoff.c (_bfd_ecoff_find_nearest_line): Also initialize
find_buffer and fdrtab_len fields of newly allocated find_line_info structure.
This commit is contained in:
parent
249c7415a4
commit
194fc93542
@ -1,3 +1,9 @@
|
||||
Tue Jul 4 12:22:21 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ecoff.c (_bfd_ecoff_find_nearest_line): Also initialize
|
||||
find_buffer and fdrtab_len fields of newly allocated
|
||||
find_line_info structure.
|
||||
|
||||
Mon Jul 3 17:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||
|
||||
* som.c (hppa_som_gen_reloc_type): New argument "sym_diff",
|
||||
|
@ -1852,6 +1852,8 @@ _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->find_buffer = NULL;
|
||||
ecoff_data (abfd)->find_line_info->fdrtab_len = 0;
|
||||
ecoff_data (abfd)->find_line_info->fdrtab = NULL;
|
||||
}
|
||||
line_info = ecoff_data (abfd)->find_line_info;
|
||||
|
Loading…
Reference in New Issue
Block a user