diff options
author | Dawn Perchik <dawn@cygnus> | 1997-02-11 02:07:57 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@cygnus> | 1997-02-11 02:07:57 +0000 |
commit | 8e5c905e99f422e16eddf45d6718c0931f288a05 (patch) | |
tree | 75ff8dc90b50e814483212922889591ed0f33aea /gas/.Sanitize | |
parent | 242ce3d85799ded0e3f725c919c41cb9af1183e0 (diff) | |
download | ppe42-binutils-8e5c905e99f422e16eddf45d6718c0931f288a05.tar.gz ppe42-binutils-8e5c905e99f422e16eddf45d6718c0931f288a05.zip |
* 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.
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r-- | gas/.Sanitize | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index f250399545..eedc78eefb 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -73,6 +73,10 @@ link.cmd listing.c listing.h literal.c +itbl-lex.l +itbl-ops.c +itbl-ops.h +itbl-parse.y mac-as.r macro.c macro.h |