diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-20 02:45:45 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-20 02:45:45 +0000 |
commit | f59cba71d8486e4749742f1a703424a08a2be8a7 (patch) | |
tree | 11c52aa677801a2f4299c5362376cb319d37d413 /ports/ChangeLog.mips | |
parent | aa099ade815644694e37c44cb129d3267c297d06 (diff) | |
download | glibc-f59cba71d8486e4749742f1a703424a08a2be8a7.tar.gz glibc-f59cba71d8486e4749742f1a703424a08a2be8a7.tar.xz glibc-f59cba71d8486e4749742f1a703424a08a2be8a7.zip |
Use parentheses around MIPS syscall macro arguments.
Diffstat (limited to 'ports/ChangeLog.mips')
-rw-r--r-- | ports/ChangeLog.mips | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index 23f772e1bc..aaa103b4bf 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -1,5 +1,21 @@ 2012-11-20 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h + (internal_syscall1): Use parentheses around macro arguments. + (internal_syscall2): Likewise. + (internal_syscall3): Likewise. + (internal_syscall4): Likewise. + (internal_syscall5): Likewise. + (internal_syscall6): Likewise. + (internal_syscall7): Likewise. + * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h + (internal_syscall1): Likewise. + (internal_syscall2): Likewise. + (internal_syscall3): Likewise. + (internal_syscall4): Likewise. + (internal_syscall5): Likewise. + (internal_syscall6): Likewise. + * sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast _Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer type. |