dwarf2read.c (read_cutu_die_from_dwo): Delete unused local comp_dir_string.
This commit is contained in:
parent
4658f0eaf5
commit
11a865c84f
@ -1,3 +1,8 @@
|
|||||||
|
2014-03-31 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (read_cutu_die_from_dwo): Delete unused local
|
||||||
|
comp_dir_string.
|
||||||
|
|
||||||
2014-03-31 Doug Evans <dje@google.com>
|
2014-03-31 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
New option "set print symbol-loading".
|
New option "set print symbol-loading".
|
||||||
|
@ -4970,7 +4970,6 @@ read_cutu_die_from_dwo (struct dwarf2_per_cu_data *this_cu,
|
|||||||
struct dwarf2_section_info *section;
|
struct dwarf2_section_info *section;
|
||||||
bfd *abfd;
|
bfd *abfd;
|
||||||
const gdb_byte *begin_info_ptr, *info_ptr;
|
const gdb_byte *begin_info_ptr, *info_ptr;
|
||||||
const char *comp_dir_string;
|
|
||||||
ULONGEST signature; /* Or dwo_id. */
|
ULONGEST signature; /* Or dwo_id. */
|
||||||
struct attribute *comp_dir, *stmt_list, *low_pc, *high_pc, *ranges;
|
struct attribute *comp_dir, *stmt_list, *low_pc, *high_pc, *ranges;
|
||||||
int i,num_extra_attrs;
|
int i,num_extra_attrs;
|
||||||
|
Loading…
Reference in New Issue
Block a user