summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-04-30 00:27:57 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-04-30 00:27:57 +0000
commit6a20fb20a2b879b748dfc3a1f1f4c0afb755ead7 (patch)
tree67f8b0066a453bf22b511c8e58e39fb8ce83c9d5 /opcodes
parente56b127ad66147d07da36107e4710715283f50f7 (diff)
downloadgdb-6a20fb20a2b879b748dfc3a1f1f4c0afb755ead7.tar.gz
opcodes/
PR 4436 * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE. gas/ PR 4436 * config/tc-ppc.c (ppc_insert_operand): Disable range check if min > max.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
-rw-r--r--opcodes/ppc-opc.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index a3849e538fe..0fa39c13a01 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-30 Alan Modra <amodra@bigpond.net.au>
+
+ PR 4436
+ * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE.
+
2007-04-27 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (modrm): Put reg before rm.
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 50a33f3ce98..5e2fb281ad4 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -317,7 +317,7 @@ const struct powerpc_operand powerpc_operands[] =
description in opcode/ppc.h for what this means. */
#define MBE ME + 1
{ 0x1f, 6, NULL, NULL, PPC_OPERAND_OPTIONAL | PPC_OPERAND_NEXT },
- { 0xff, 0, insert_mbe, extract_mbe, 0 },
+ { -1, 0, insert_mbe, extract_mbe, 0 },
/* The MB or ME field in an MD or MDS form instruction. The high
bit is wrapped to the low end. */