diff options
author | Tom Tromey <tromey@redhat.com> | 2009-11-05 22:19:09 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-11-05 22:19:09 +0000 |
commit | 69a943f00538328c36e1d1005f5357a61a71c7fc (patch) | |
tree | b8d56745224f18f8b254046c15060743d719d1d1 /gdb/ChangeLog | |
parent | bba66b87eff7244120daed405cf524916e1652a4 (diff) | |
download | gdb-69a943f00538328c36e1d1005f5357a61a71c7fc.zip gdb-69a943f00538328c36e1d1005f5357a61a71c7fc.tar.gz gdb-69a943f00538328c36e1d1005f5357a61a71c7fc.tar.bz2 |
* symfile.c (add_psymbol_to_bcache): Make 'psymbol' static again.
Zero the 'value' field.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 659e9d1..bf20ded 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-11-05 Tom Tromey <tromey@redhat.com> + + * symfile.c (add_psymbol_to_bcache): Make 'psymbol' static again. + Zero the 'value' field. + 2009-11-05 Doug Evans <dje@google.com> * amd64-tdep.c (amd64_init_frame_cache): Enhance comment describing |