diff options
author | Dawn Perchik <dawn@cygnus> | 1997-02-24 09:21:31 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@cygnus> | 1997-02-24 09:21:31 +0000 |
commit | 72797ffaa06649143685e4e650af15950dd2f451 (patch) | |
tree | 96858ca9bd1461235a586a5ea2e0f5f780fcd27b /gas/itbl-ops.h | |
parent | 40ac16240a6232f31d8b29278a610cee3b6a35cf (diff) | |
download | gdb-72797ffaa06649143685e4e650af15950dd2f451.zip gdb-72797ffaa06649143685e4e650af15950dd2f451.tar.gz gdb-72797ffaa06649143685e4e650af15950dd2f451.tar.bz2 |
* 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.
Diffstat (limited to 'gas/itbl-ops.h')
-rw-r--r-- | gas/itbl-ops.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |