* mn10300.h (MN10300_OPERAND_PAREN): Define.
Matsushita.
This commit is contained in:
parent
a7f56d5aff
commit
1d57416709
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue