glibc/sysdeps/unix/sysv/linux/mips/mips64
WANG Xuerui 4fbba6fe90 mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]
According to [gcc documentation][1], temporary variables must be used for
the desired content to not be call-clobbered.

Fix the Linux inline syscall templates by adding temporary variables,
much like what x86 did before
(commit 381a0c26d7).

Tested with gcc 9.2.0, both cross-compiled and natively on Loongson
3A4000.

[1]: https://gcc.gnu.org/onlinedocs/gcc/Local-Register-Variables.html
2020-02-12 22:13:59 +00:00
..
n32 mips: Fix argument passing for inlined syscalls on Linux [BZ #25523] 2020-02-12 22:13:59 +00:00
n64 mips: Fix argument passing for inlined syscalls on Linux [BZ #25523] 2020-02-12 22:13:59 +00:00
configure Move mips from ports to libc. 2014-02-10 23:30:21 +00:00
configure.ac Move mips from ports to libc. 2014-02-10 23:30:21 +00:00
fxstat64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fxstatat64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getdents64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ipc_priv.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ldconfig.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ldd-rewrite.sed Move mips from ports to libc. 2014-02-10 23:30:21 +00:00
libanl.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libBrokenLocale.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libcrypt.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libdl.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libm.abilist Make totalorder and totalordermag functions take pointer arguments. 2019-08-15 15:18:34 +00:00
libnsl.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libpthread.abilist nptl: Move waitpid implementation to libc 2019-12-19 16:11:09 -03:00
librt.abilist Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
libthread_db.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libutil.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
lxstat64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile nptl: Fix tst-cancel4 sendto tests 2018-03-05 18:09:08 -03:00
msgctl.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
semctl.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shmctl.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
statx_cp.c Add statx conditionals for wordsize-32 *xstat.c 2018-12-17 09:20:02 +08:00
syscall.S mips: Use 'long int' and 'long long int' in linux syscall code 2020-02-12 22:13:24 +00:00
xstat64.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00