* itbl-parse.y: Fix indentation mistakes from indent program.
authorDawn Perchik <dawn@cygnus>
Sun, 23 Feb 1997 22:23:12 +0000 (22:23 +0000)
committerDawn Perchik <dawn@cygnus>
Sun, 23 Feb 1997 22:23:12 +0000 (22:23 +0000)
commitefec4a282c17a6814a2ff28b15d6305af8aaf2bb
tree4e9afaa9bb6cb915bd311a7b7425ef13ede8cc1b
parentc7583da0b6ef488954a9c299d95452e5e081e22e
* itbl-parse.y: Fix indentation mistakes from indent program.
* itbl-lex.l: Fix indentation mistakes from indent program.
* itbl-ops.h: Add include for ansidecl.h.
Add PARAMS around function arguments.
Add declaration for itbl_have_entries.
* itbl-ops.c: Add PARAMS around function arguments.
* Makefile.in: Add itbl build rules.
Add dependancies for itbl files to mips target.
* as.c: Add itbl support.
Add new option "--insttbl" for dynamically extending instruction set.
* as.h: Declare insttbl_file_name;
the name of file defining extensions to the basic instruction set
* configure.in, configure: Add itbl-parse.o, itbl-lex.o, and
itbl-ops.o to extra_objects for mips configuration.
Add include file link from itbl-cpu.h to
config/itbl-${target_cpu_type}.h.
* config/tc-mips.c: Allow copz instructions.
Add notes for future additions to the itbl support.
Add debug macros.
(macro): Call itbl_assemble to assemble itbl instructions.
See if an unknown register is specified in an itbl entry.
gas/ChangeLog
gas/Makefile.in
gas/as.c
gas/config/tc-mips.c
gas/configure
gas/configure.in
gas/itbl-lex.l
gas/itbl-ops.c
gas/itbl-ops.h
gas/itbl-parse.y