projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4658f0e
)
dwarf2read.c (read_cutu_die_from_dwo): Delete unused local comp_dir_string.
author
Doug Evans
<dje@google.com>
Mon, 31 Mar 2014 23:51:37 +0000
(16:51 -0700)
committer
Doug Evans
<dje@google.com>
Mon, 31 Mar 2014 23:51:37 +0000
(16:51 -0700)
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 7f7863eb453394af07ba9daf02621fa0f589dace..5ff3b592ef2ec087d2a20a9247484126eea99a92 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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>
New option "set print symbol-loading".
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index 64f7383fa4576e63cc78288ab73681bb67e6f24b..0c8d99f03b3c7b0d6ac017fea19015baafdecdfb 100644
(file)
--- a/
gdb/dwarf2read.c
+++ b/
gdb/dwarf2read.c
@@
-4970,7
+4970,6
@@
read_cutu_die_from_dwo (struct dwarf2_per_cu_data *this_cu,
struct dwarf2_section_info *section;
bfd *abfd;
const gdb_byte *begin_info_ptr, *info_ptr;
- const char *comp_dir_string;
ULONGEST signature; /* Or dwo_id. */
struct attribute *comp_dir, *stmt_list, *low_pc, *high_pc, *ranges;
int i,num_extra_attrs;