Bringing over changes from the mn10200 port. Getting ready to start on
the relaxing assembler.
extern const int mn10300_num_opcodes;
\f
-/* The operands table is an array of struct powerpc_operand. */
+/* The operands table is an array of struct mn10300_operand. */
struct mn10300_operand
{
#define MN10300_OPERAND_REG_LIST 0x800
+#define MN10300_OPERAND_PCREL 0x1000
+
+#define MN10300_OPERAND_MEMADDR 0x2000
+
+#define MN10300_OPERAND_RELAX 0x3000
+
/* Opcode Formats. */
#define FMT_S0 1
#define FMT_S1 2