From: Catherine Moore Date: Wed, 15 Apr 1998 14:11:33 +0000 (+0000) Subject: Remove 4300 and 5400 from hilo_interlocks definition. X-Git-Tag: gdb-4_18~2627 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cf51495fa74d735f11ac41a268d42741f8cc3b5;p=external%2Fbinutils.git Remove 4300 and 5400 from hilo_interlocks definition. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index e024839..4a9ebfb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +start-sanitize-vr5400 +Wed Apr 15 07:06:04 1998 Catherine Moore + + * config/tc-mips.c (hilo_interlocks): Remove VR5400. + +end-sanitize-vr5400 + +Wed Apr 15 07:06:04 1998 Catherine Moore + + * config/tc-mips.c (hilo_interlocks): Remove 4300. + Mon Apr 13 16:51:04 1998 Nick Clifton * config/tc-arm.c (do_msr): Support undocumented 'msr cpsr_flg, diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 40bc195..3476db9 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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