From: Ian Lance Taylor Date: Wed, 2 Aug 1995 22:37:40 +0000 (+0000) Subject: * m68k.h: Move tables into opcodes/m68k-opc.c, leaving just the X-Git-Tag: gdb-4_18~11253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b86fa21c312e0ed02a8068975433b0c09adc34d;p=platform%2Fupstream%2Fbinutils.git * 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. --- 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 + + * 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 * sparc.h (F_NOTV9): Define.