glibc/sysdeps/mips/sys
Fredrik Noring 8e3c00db16 MIPS: Use `.set mips2' to emulate LL/SC for the R5900 too
GAS treats the R5900 as MIPS III, with some modifications.  The MIPS III
designation means that the GNU C Library will try to assemble the LL and
SC instructions, even though they are not implemented in the R5900.  GAS
will therefore produce the following errors:

Error: opcode not supported on this processor: r5900 (mips3) `ll $2,0($4)'
Error: opcode not supported on this processor: r5900 (mips3) `sc $6,0($4)'

The MIPS II ISA override as used here enables the kernel to trap and
emulate the LL and SC instructions, as required.

This change has been tested by compiling the GNU C Library 2.27 with a
GCC 8.2.0 cross-compiler for mipsr5900el-unknown-linux-gnu under Gentoo.

	* sysdeps/mips/sys/tas.h (_test_and_set): Handle the R5900 CPU
	with the ISA override.
2018-11-01 14:36:48 +00:00
..
asm.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
fpregdef.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
regdef.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
tas.h MIPS: Use `.set mips2' to emulate LL/SC for the R5900 too 2018-11-01 14:36:48 +00:00
ucontext.h Drop fpregset unused symbol exposition 2018-04-20 01:27:13 +02:00