mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
Remove 4300 and 5400 from hilo_interlocks definition.
This commit is contained in:
@ -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,
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user