diff options
author | Jeff Law <law@redhat.com> | 1998-06-26 17:14:20 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-06-26 17:14:20 +0000 |
commit | d7fd14cd227e19b97ad6138f5452697bcf9570fe (patch) | |
tree | 62c4ff4f4ef5468e36e288f2993ab218797d389d /include | |
parent | 0c9b3858c1017102864fb795a89b448cb1380ddd (diff) | |
download | gdb-d7fd14cd227e19b97ad6138f5452697bcf9570fe.zip gdb-d7fd14cd227e19b97ad6138f5452697bcf9570fe.tar.gz gdb-d7fd14cd227e19b97ad6138f5452697bcf9570fe.tar.bz2 |
* mn10300.h: Add "machine" field for instructions.
(MN103, AM30): Define machine types.
(AM33): Define machine type.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 74eaf85..7bce16e 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 26 11:09:06 1998 Jeffrey A Law (law@cygnus.com) + + * mn10300.h: Add "machine" field for instructions. + (MN103, AM30): Define machine types. +start-sanitize-am33 + (AM33): Define machine type. +end-sanitize-am33 + start-sanitize-am33 Mon Jun 22 13:28:59 1998 Jeffrey A Law (law@cygnus.com) |