* common/ax.def (invalid2): Set to 0x31.

This commit is contained in:
Tom Tromey 2011-02-25 14:21:05 +00:00
parent e1e9003466
commit ee00cd23cf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-02-25 Tom Tromey <tromey@redhat.com>
* common/ax.def (invalid2): Set to 0x31.
2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com> 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
* dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use

View File

@ -90,7 +90,7 @@ DEFOP (tracev, 2, 0, 0, 1, 0x2e)
DEFOP (invalid, 0, 0, 0, 0, 0x2f) DEFOP (invalid, 0, 0, 0, 0, 0x2f)
DEFOP (trace16, 2, 0, 1, 1, 0x30) DEFOP (trace16, 2, 0, 1, 1, 0x30)
/* We need something here just to make the tables come out ok. */ /* We need something here just to make the tables come out ok. */
DEFOP (invalid2, 0, 0, 0, 0, 0x2f) DEFOP (invalid2, 0, 0, 0, 0, 0x31)
/* The "consumed" number for pick is wrong, but there's no way to /* The "consumed" number for pick is wrong, but there's no way to
express the right thing. */ express the right thing. */
DEFOP (pick, 1, 0, 0, 1, 0x32) DEFOP (pick, 1, 0, 0, 1, 0x32)