diff options
author | Tom Tromey <tromey@redhat.com> | 2012-06-11 20:19:22 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-06-11 20:19:22 +0000 |
commit | 0726159622540e146674fb0d096c4e2c77612155 (patch) | |
tree | 830856f307ab7e8317da37983c72a16459d321b2 /gdb/ChangeLog | |
parent | cc80f267162ba7f1cab2fcf605270a3510cf010b (diff) | |
download | gdb-0726159622540e146674fb0d096c4e2c77612155.zip gdb-0726159622540e146674fb0d096c4e2c77612155.tar.gz gdb-0726159622540e146674fb0d096c4e2c77612155.tar.bz2 |
* dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1a50740..61ea762 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-06-11 Tom Tromey <tromey@redhat.com> + + * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units. + 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com> Fix regression by the "ambiguous linespec" series. |