diff options
author | Doug Evans <dje@google.com> | 2010-07-27 18:13:25 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-07-27 18:13:25 +0000 |
commit | 872e696d08b5fd0002af3cf1d131cbf024802e95 (patch) | |
tree | d05164ec8f887c17a435c998d40e70b5cbd36f07 /gdb | |
parent | 5283e9e1e3ce1862befdd428729c2382fa4c2d91 (diff) | |
download | gdb-872e696d08b5fd0002af3cf1d131cbf024802e95.zip gdb-872e696d08b5fd0002af3cf1d131cbf024802e95.tar.gz gdb-872e696d08b5fd0002af3cf1d131cbf024802e95.tar.bz2 |
Fix file name mentioned in this entry:
2010-07-27 Ken Werner <ken.werner@de.ibm.com>
* dwarf2read.c (dwarf2_read_index): Initialize the types_list and
types_list_elements variables.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d819e5d..2bac588 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -9,7 +9,7 @@ 2010-07-27 Ken Werner <ken.werner@de.ibm.com> - * valops.c (dwarf2_read_index): Initialize the types_list and + * dwarf2read.c (dwarf2_read_index): Initialize the types_list and types_list_elements variables. 2010-07-26 Tom Tromey <tromey@redhat.com> |