* itbl-ops.c: New file. Add support for dynamically read
authorDawn Perchik <dawn@cygnus>
Tue, 11 Feb 1997 02:07:57 +0000 (02:07 +0000)
committerDawn Perchik <dawn@cygnus>
Tue, 11 Feb 1997 02:07:57 +0000 (02:07 +0000)
commit8e5c905e99f422e16eddf45d6718c0931f288a05
tree75ff8dc90b50e814483212922889591ed0f33aea
parent242ce3d85799ded0e3f725c919c41cb9af1183e0
* itbl-ops.c: New file.  Add support for dynamically read
instruction registers, opcodes and formats.  Build internal table
for new instructions and provide callbacks for assembler and
disassembler.
* itbl-lex.l, itbl-parse.y: Lex and yacc parsers for instruction
spec table.
* itbl-ops.h: New file.  Header file for itbl support.
* config/itbl-mips.h: New file.  Mips specific definitions for
itbl support.
gas/.Sanitize
gas/ChangeLog
gas/config/.Sanitize
gas/config/itbl-mips.h [new file with mode: 0644]
gas/itbl-lex.l [new file with mode: 0644]
gas/itbl-ops.c [new file with mode: 0644]
gas/itbl-ops.h [new file with mode: 0644]
gas/itbl-parse.y [new file with mode: 0644]
This page took 0.024065 seconds and 4 git commands to generate.