2001-10-24 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (hilo_interlocks, cop_interlocks): Make these evaluate to true if mips_arch indicates SB-1.
This commit is contained in:
parent
e4320fb31a
commit
0a758a1221
2 changed files with 7 additions and 0 deletions
|
@ -258,6 +258,7 @@ static int mips_fp32 = 0;
|
|||
require nops to be inserted. */
|
||||
|
||||
#define hilo_interlocks (mips_arch == CPU_R4010 \
|
||||
|| mips_arch == CPU_SB1 \
|
||||
)
|
||||
|
||||
/* Whether the processor uses hardware interlocks to protect reads
|
||||
|
@ -270,6 +271,7 @@ static int mips_fp32 = 0;
|
|||
(co-processor) interlocks. */
|
||||
/* Itbl support may require additional care here. */
|
||||
#define cop_interlocks (mips_arch == CPU_R4300 \
|
||||
|| mips_arch == CPU_SB1 \
|
||||
)
|
||||
|
||||
/* Is this a mfhi or mflo instruction? */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue