projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c63965
)
* dwarf2read.c (add_partial_symbol): Delete local psym, unused.
author
Doug Evans
<dje@google.com>
Thu, 26 Jan 2012 22:01:36 +0000
(22:01 +0000)
committer
Doug Evans
<dje@google.com>
Thu, 26 Jan 2012 22:01:36 +0000
(22:01 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
1c17777
..
49f2083
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2012-01-26 Doug Evans <dje@google.com>
+
+ * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
+
2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
Do not open script filenames twice.
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index
76f8510
..
2afea67
100644
(file)
--- a/
gdb/dwarf2read.c
+++ b/
gdb/dwarf2read.c
@@
-3954,7
+3954,6
@@
add_partial_symbol (struct partial_die_info *pdi, struct dwarf2_cu *cu)
struct objfile *objfile = cu->objfile;
CORE_ADDR addr = 0;
char *actual_name = NULL;
- const struct partial_symbol *psym = NULL;
CORE_ADDR baseaddr;
int built_actual_name = 0;