* as.c: Remove -t option.
authorDawn Perchik <dawn@cygnus>
Mon, 24 Feb 1997 09:21:31 +0000 (09:21 +0000)
committerDawn Perchik <dawn@cygnus>
Mon, 24 Feb 1997 09:21:31 +0000 (09:21 +0000)
* configure, configure.in: Move itbl-cpu.h to mips specific configure.
* itbl-ops.h: Include itbl-cpu.h only if HAVE_ITBL_CPU is defined.
* config/tc-mips.h: Define HAVE_ITBL_CPU.

gas/ChangeLog
gas/as.c
gas/itbl-ops.h

index c917f309fd6d14bade5ac51611a853eba4c08a10..ffc41c6f4ee1142b11c3c134cc30f44b7a5bdc02 100644 (file)
@@ -1,3 +1,10 @@
+Mon Feb 24 01:04:00 1997  Dawn Perchik  <dawn@cygnus.com>
+
+       * as.c: Remove -t option.
+       * configure, configure.in: Move itbl-cpu.h to mips specific configure.
+       * itbl-ops.h: Include itbl-cpu.h only if HAVE_ITBL_CPU is defined.
+       * config/tc-mips.h: Define HAVE_ITBL_CPU.
+
 Sun Feb 23 18:01:00 1997  Dawn Perchik  <dawn@cygnus.com>
 
        * itbl-ops.c: Don't define DEBUG.
index e5ca102cfde2d5ad98907a715f51e649a5400593..fe44212d7a8c7d2e3e834cdaf74cbab6d1961ade 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -143,7 +143,7 @@ Options:\n\
 --statistics           print various measured statistics from execution\n\
 --version              print assembler version number and exit\n\
 -W                     suppress warnings\n\
--t,--itbl INSTTBL      extend instruction set to include instructions\n\
+--itbl INSTTBL         extend instruction set to include instructions\n\
                        matching the specifications defined in file INSTTBL\n\
 -w                     ignored\n\
 -X                     ignored\n\
index 7ec04f9895df70ef29c07cc2b969bf856a88124f..340d713295bf801912bb73f13b8c6102c685ed15 100644 (file)
 /* External functions, constants and defines for itbl support */
 
 #include "ansidecl.h"
+#include "targ-cpu.h"
+#ifdef HAVE_ITBL_CPU
 #include "itbl-cpu.h"
+#endif
 
 /* Defaults for definitions required by generic code */
 #ifndef ITBL_NUMBER_OF_PROCESSORS