]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* common/ax.def (invalid2): Set to 0x31.
authorTom Tromey <tromey@redhat.com>
Fri, 25 Feb 2011 14:21:05 +0000 (14:21 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 25 Feb 2011 14:21:05 +0000 (14:21 +0000)
gdb/ChangeLog
gdb/common/ax.def

index 93a2c332d3b21a684a23d25a00a8a1070e453815..5b11f3aa5561e7a012e7839cc22a1980bbc879f6 100644 (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>
 
        * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
index 56ddd4a4db2ae3ebfd7b093528c4ad845cbaec86..5fe2ebfdd2557ed06bbc64febbb92d2b711e6550 100644 (file)
@@ -90,7 +90,7 @@ DEFOP (tracev, 2, 0, 0, 1, 0x2e)
 DEFOP (invalid, 0, 0, 0, 0, 0x2f)
 DEFOP (trace16, 2, 0, 1, 1, 0x30)
 /* 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
    express the right thing.  */
 DEFOP (pick, 1, 0, 0, 1, 0x32)