projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dff1629
)
* symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
author
Doug Evans
<dje@google.com>
Thu, 4 Jun 2009 00:50:16 +0000
(
00:50
+0000)
committer
Doug Evans
<dje@google.com>
Thu, 4 Jun 2009 00:50:16 +0000
(
00:50
+0000)
after discarding its contents.
gdb/ChangeLog
patch
|
blob
|
history
gdb/symfile.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
13486a4
..
b84b01b
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+2009-06-03 Doug Evans <dje@google.com>
+
+ * symfile.c (reread_symbols): Reset psymtabs_addrmap to NULL
+ after discarding its contents.
+
2009-06-03 Pedro Alves <pedro@codesourcery.com>
* target.c: Include "exec.h".
diff --git
a/gdb/symfile.c
b/gdb/symfile.c
index
4b8a576
..
164690d
100644
(file)
--- a/
gdb/symfile.c
+++ b/
gdb/symfile.c
@@
-2361,6
+2361,7
@@
reread_symbols (void)
objfile->sections = NULL;
objfile->symtabs = NULL;
objfile->psymtabs = NULL;
+ objfile->psymtabs_addrmap = NULL;
objfile->free_psymtabs = NULL;
objfile->cp_namespace_symtab = NULL;
objfile->msymbols = NULL;