From: Jeff Law Date: Tue, 8 Oct 1996 20:49:58 +0000 (+0000) Subject: * mn10300.h (MN10300_OPERAND_PAREN): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d574167095412b5eaeb1242af3537fd5cd688e3;p=binutils-gdb.git * mn10300.h (MN10300_OPERAND_PAREN): Define. Matsushita. --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index e2cd3d747d8..0a314c46594 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 8 14:48:07 1996 Jeffrey A Law (law@cygnus.com) + + * mn10300.h (MN10300_OPERAND_PAREN): Define. + Mon Oct 7 16:52:11 1996 Jeffrey A Law (law@cygnus.com) * mn10300.h (mn10300_opcode): Add "format" field. diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h index ba8029ee1c7..e40e1e6e794 100644 --- a/include/opcode/mn10300.h +++ b/include/opcode/mn10300.h @@ -87,4 +87,6 @@ extern const struct mn10300_operand mn10300_operands[]; #define MN10300_OPERAND_SIGNED 0x20 #define MN10300_OPERAND_PROMOTE 0x40 + +#define MN10300_OPERAND_PAREN 0x80 #endif /* MN10300_H */