public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]
@ 2020-02-12 16:57 WANG Xuerui
  2020-02-12 16:57 ` [PATCH v2 1/2] mips: Use 'long int' and 'long long int' in linux syscall code WANG Xuerui
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: WANG Xuerui @ 2020-02-12 16:57 UTC (permalink / raw)
  To: libc-alpha; +Cc: WANG Xuerui

v2:
- Converted all existing `long` and `long long`'s in MIPS/Linux syscall
  code to match glibc style.

P.S. I need someone with commit access to check in the patch, thanks!

WANG Xuerui (2):
  mips: Use 'long int' and 'long long int' in linux syscall code
  mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]

 .../sysv/linux/mips/mips32/mips-syscall5.S    |   6 +-
 .../sysv/linux/mips/mips32/mips-syscall6.S    |   6 +-
 .../sysv/linux/mips/mips32/mips-syscall7.S    |   7 +-
 .../linux/mips/mips32/mips16/mips16-syscall.h |  64 ++++----
 .../mips/mips32/mips16/mips16-syscall0.c      |   4 +-
 .../mips/mips32/mips16/mips16-syscall1.c      |   6 +-
 .../mips/mips32/mips16/mips16-syscall2.c      |   6 +-
 .../mips/mips32/mips16/mips16-syscall3.c      |   6 +-
 .../mips/mips32/mips16/mips16-syscall4.c      |   6 +-
 sysdeps/unix/sysv/linux/mips/mips32/sysdep.h  | 145 ++++++++++--------
 .../unix/sysv/linux/mips/mips64/n32/sysdep.h  | 121 +++++++++------
 .../unix/sysv/linux/mips/mips64/n64/sysdep.h  | 119 ++++++++------
 sysdeps/unix/sysv/linux/mips/mips64/syscall.S |   2 +-
 sysdeps/unix/sysv/linux/mips/sysdep.h         |   4 +-
 14 files changed, 282 insertions(+), 220 deletions(-)

-- 
2.24.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-12 22:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-12 16:57 [PATCH v2 0/2] mips: Fix argument passing for inlined syscalls on Linux [BZ #25523] WANG Xuerui
2020-02-12 16:57 ` [PATCH v2 1/2] mips: Use 'long int' and 'long long int' in linux syscall code WANG Xuerui
2020-02-12 16:57 ` [PATCH v2 2/2] mips: Fix argument passing for inlined syscalls on Linux [BZ #25523] WANG Xuerui
2020-02-12 22:16 ` [PATCH v2 0/2] " Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).