2002-11-19 Klee Dienes <kdienes@apple.com>
authorKlee Dienes <kdienes@apple.com>
Tue, 19 Nov 2002 22:56:42 +0000 (22:56 +0000)
committerKlee Dienes <kdienes@apple.com>
Tue, 19 Nov 2002 22:56:42 +0000 (22:56 +0000)
commita720f7bca7b789f04cd04169455966f5a66a45a2
tree6b21ece1153b611f7e3fdff1136d3582f760df64
parent53cc279128d78ba586e06b03cf0864ffd72b33b5
2002-11-19  Klee Dienes  <kdienes@apple.com>

        * config/tc-h8300.c (struct h8_instruction): New type, used to
        wrap h8_opcodes with length, noperands, idx, and size fields
        (computed at run-time).
        (h8_instructions): New variable.
        (md_begin): Allocate the storage for h8_instructions.  Fill
        h8_instructions with pointers to the appropriate opcode and the
        correct value for the additional fields.
        (clever_message): Update to use h8_instructions instead of
        h8_opcodes.
        (build_bytes): Ditto.
        (get_specific): Ditto.
        (md_assemble): Ditto.
gas/ChangeLog
gas/config/tc-h8300.c