mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
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:
@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2001-10-23 Alan Modra <amodra@bigpond.net.au>
|
2001-10-23 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* as.c (parse_args): Print the date as well for --version.
|
* as.c (parse_args): Print the date as well for --version.
|
||||||
|
@ -258,6 +258,7 @@ static int mips_fp32 = 0;
|
|||||||
require nops to be inserted. */
|
require nops to be inserted. */
|
||||||
|
|
||||||
#define hilo_interlocks (mips_arch == CPU_R4010 \
|
#define hilo_interlocks (mips_arch == CPU_R4010 \
|
||||||
|
|| mips_arch == CPU_SB1 \
|
||||||
)
|
)
|
||||||
|
|
||||||
/* Whether the processor uses hardware interlocks to protect reads
|
/* Whether the processor uses hardware interlocks to protect reads
|
||||||
@ -270,6 +271,7 @@ static int mips_fp32 = 0;
|
|||||||
(co-processor) interlocks. */
|
(co-processor) interlocks. */
|
||||||
/* Itbl support may require additional care here. */
|
/* Itbl support may require additional care here. */
|
||||||
#define cop_interlocks (mips_arch == CPU_R4300 \
|
#define cop_interlocks (mips_arch == CPU_R4300 \
|
||||||
|
|| mips_arch == CPU_SB1 \
|
||||||
)
|
)
|
||||||
|
|
||||||
/* Is this a mfhi or mflo instruction? */
|
/* Is this a mfhi or mflo instruction? */
|
||||||
|
Reference in New Issue
Block a user