aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-10-08 20:49:58 +0000
committerJeff Law <law@redhat.com>1996-10-08 20:49:58 +0000
commit1d574167095412b5eaeb1242af3537fd5cd688e3 (patch)
tree133326b0e170910975086662d4a13fc868a7c127 /include
parenta7f56d5afff33782446a186cb1519e9416328799 (diff)
downloadgdb-1d574167095412b5eaeb1242af3537fd5cd688e3.zip
gdb-1d574167095412b5eaeb1242af3537fd5cd688e3.tar.gz
gdb-1d574167095412b5eaeb1242af3537fd5cd688e3.tar.bz2
* mn10300.h (MN10300_OPERAND_PAREN): Define.
Matsushita.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/mn10300.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index e2cd3d7..0a314c4 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 ba8029e..e40e1e6 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 */