Remove 4300 and 5400 from hilo_interlocks definition.

This commit is contained in:
Catherine Moore
1998-04-15 14:11:33 +00:00
parent 74025eeea7
commit 2cf51495fa
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,14 @@
start-sanitize-vr5400
Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
* config/tc-mips.c (hilo_interlocks): Remove VR5400.
end-sanitize-vr5400
Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
* config/tc-mips.c (hilo_interlocks): Remove 4300.
Mon Apr 13 16:51:04 1998 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c (do_msr): Support undocumented 'msr cpsr_flg,

View File

@ -235,16 +235,13 @@ static int mips_4900 = -1;
/* Whether the processor uses hardware interlocks to protect
reads from the HI and LO registers, and thus does not
require nops to be inserted. */
#define hilo_interlocks (mips_4010 || mips_cpu == 4300 || mips_3900 \
#define hilo_interlocks (mips_4010 || mips_3900 \
/* start-sanitize-tx49 */ \
|| mips_cpu == 4900 || mips_4900 \
/* end-sanitize-tx49 */ \
/* start-sanitize-vr4320 */ \
|| mips_cpu == 4320 \
/* end-sanitize-vr4320 */ \
/* start-sanitize-vr5400 */ \
|| mips_cpu == 5400 \
/* end-sanitize-vr5400 */ \
)
/* Whether the processor uses hardware interlocks to protect reads