From 72797ffaa06649143685e4e650af15950dd2f451 Mon Sep 17 00:00:00 2001 From: Dawn Perchik Date: Mon, 24 Feb 1997 09:21:31 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 7 +++++++ gas/as.c | 2 +- gas/itbl-ops.h | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index c917f309..ffc41c6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Mon Feb 24 01:04:00 1997 Dawn Perchik + + * 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 * itbl-ops.c: Don't define DEBUG. diff --git a/gas/as.c b/gas/as.c index e5ca102..fe44212 100644 --- 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\ diff --git a/gas/itbl-ops.h b/gas/itbl-ops.h index 7ec04f9..340d713 100644 --- a/gas/itbl-ops.h +++ b/gas/itbl-ops.h @@ -21,7 +21,10 @@ /* 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 -- 2.7.4