This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: fixlet in ax.def


I'm checking this in.

Hui had noticed a bug I introduced in ax.def, which he fixed in his
commit.  The fix was reverted as part of his patch's reversion, so I am
reintroducing it here.

Tom

2011-02-25  Tom Tromey  <tromey@redhat.com>

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

Index: common/ax.def
===================================================================
RCS file: /cvs/src/src/gdb/common/ax.def,v
retrieving revision 1.3
diff -u -r1.3 ax.def
--- common/ax.def	24 Feb 2011 07:39:48 -0000	1.3
+++ common/ax.def	25 Feb 2011 14:16:18 -0000
@@ -90,7 +90,7 @@
 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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]