2011-03-02 Michael Snyder <msnyder@vmware.com>
* i386-tdep.c (i386_process_record): Document fall through.
This commit is contained in:
parent
421d5c74b4
commit
d3f323f3d2
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-03-08 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* i386-tdep.c (i386_process_record): Document fall through.
|
||||
|
||||
2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Fix DWARF-3+ DW_AT_accessibility default assumption.
|
||||
|
@ -32,7 +36,7 @@
|
|||
(arm_catch_kernel_helper_return): Likewise.
|
||||
* gdb/arm-tdep.h : Update function declarations.
|
||||
|
||||
2011-03-06 Michael Snyder <msnyder@vmware.com>
|
||||
2011-03-07 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
|
||||
|
||||
|
|
|
@ -4543,6 +4543,7 @@ Do you want to stop the program?"),
|
|||
ir.addr -= 1;
|
||||
goto no_support;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
case 0x0fb2: /* lss Gv */
|
||||
case 0x0fb4: /* lfs Gv */
|
||||
case 0x0fb5: /* lgs Gv */
|
||||
|
@ -5322,6 +5323,7 @@ Do you want to stop the program?"),
|
|||
ir.addr -= 1;
|
||||
goto no_support;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
case 0xf5: /* cmc */
|
||||
case 0xf8: /* clc */
|
||||
case 0xf9: /* stc */
|
||||
|
|
Loading…
Add table
Reference in a new issue