diff options
author | Tom Tromey <tromey@redhat.com> | 2011-07-11 17:19:16 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-07-11 17:19:16 +0000 |
commit | 86d318988ca62139acf6175c9a739e9848e14409 (patch) | |
tree | f3ce600e318e7ffd9a490727e06f8332c1cc1ec6 /gdb/ChangeLog | |
parent | 2ab9532817197d9eff6c577f1c1cafb47b5e84a2 (diff) | |
download | gdb-86d318988ca62139acf6175c9a739e9848e14409.zip gdb-86d318988ca62139acf6175c9a739e9848e14409.tar.gz gdb-86d318988ca62139acf6175c9a739e9848e14409.tar.bz2 |
* regcache.c (struct regcache_descr): Fix typo.
* i387-tdep.c (i387_supply_xsave): Fix typo.
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 70fd9d1..dffd058 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2011-07-11 Tom Tromey <tromey@redhat.com> + * regcache.c (struct regcache_descr): Fix typo. + * i387-tdep.c (i387_supply_xsave): Fix typo. + +2011-07-11 Tom Tromey <tromey@redhat.com> + * dwarf2read.c (handle_DW_AT_stmt_list): New function. (read_file_scope, read_type_unit_scope): Use it. |