diff options
author | Pedro Alves <palves@redhat.com> | 2012-07-20 11:48:18 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-07-20 11:48:18 +0000 |
commit | 99c1624c134bd507f530399e9b670ffadb8e6fc7 (patch) | |
tree | 4c2fffdac9f5ca274716db7dbc169d3f4e34f8bf /gdb/ChangeLog | |
parent | 4ffa4fc748a39a8ec5192c6247fc9f9b33217198 (diff) | |
download | gdb-99c1624c134bd507f530399e9b670ffadb8e6fc7.zip gdb-99c1624c134bd507f530399e9b670ffadb8e6fc7.tar.gz gdb-99c1624c134bd507f530399e9b670ffadb8e6fc7.tar.bz2 |
2012-07-20 Pedro Alves <palves@redhat.com>
* i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
(i386_record_lea_modrm, i386_record_push, i386_record_floats)
(i386_process_record): Tweak description comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 15960ff..462b8dd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,12 @@ 2012-07-20 Pedro Alves <palves@redhat.com> * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr) + (i386_record_lea_modrm, i386_record_push, i386_record_floats) + (i386_process_record): Tweak description comments. + +2012-07-20 Pedro Alves <palves@redhat.com> + + * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr) (i386_process_record): Use record_read_memory. * record.c (record_read_memory): New function. (record_arch_list_add_mem, record_exec_insn): Use |