diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-02 22:37:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-02 22:37:40 +0000 |
commit | 9b86fa21c312e0ed02a8068975433b0c09adc34d (patch) | |
tree | 90d2a63a7bcf4dd3a55f96e10ab13b90da6c8523 | |
parent | 9a84bc052a8364694007db46dc290c6930dab3f8 (diff) | |
download | gdb-9b86fa21c312e0ed02a8068975433b0c09adc34d.zip gdb-9b86fa21c312e0ed02a8068975433b0c09adc34d.tar.gz gdb-9b86fa21c312e0ed02a8068975433b0c09adc34d.tar.bz2 |
* m68k.h: Move tables into opcodes/m68k-opc.c, leaving just the
declarations. Remove F_ALIAS and flag field of struct
m68k_opcode. Change arch field of struct m68k_opcode to unsigned
int. Make name and args fields of struct m68k_opcode const.
-rw-r--r-- | include/opcode/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 1e7d216..39155c8 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,10 @@ +Wed Aug 2 18:32:19 1995 Ian Lance Taylor <ian@cygnus.com> + + * m68k.h: Move tables into opcodes/m68k-opc.c, leaving just the + declarations. Remove F_ALIAS and flag field of struct + m68k_opcode. Change arch field of struct m68k_opcode to unsigned + int. Make name and args fields of struct m68k_opcode const. + Wed Aug 2 08:16:46 1995 Doug Evans <dje@canuck.cygnus.com> * sparc.h (F_NOTV9): Define. |