diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2013-02-05 15:31:08 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2013-02-05 15:31:08 +0000 |
commit | f9834ea4774532f13c49a527c64eda1c0587f910 (patch) | |
tree | a5cbcdb8fe201c5b192072f7eb5d7840f09c497f /ports/ChangeLog.mips | |
parent | b82ba2f011fc4628ceece07412846d0b4d50cac2 (diff) | |
download | glibc-f9834ea4774532f13c49a527c64eda1c0587f910.tar glibc-f9834ea4774532f13c49a527c64eda1c0587f910.tar.gz glibc-f9834ea4774532f13c49a527c64eda1c0587f910.tar.bz2 glibc-f9834ea4774532f13c49a527c64eda1c0587f910.zip |
MIPS: Correct formatting of syscall wrapper `asm' specifiers.
Diffstat (limited to 'ports/ChangeLog.mips')
-rw-r--r-- | ports/ChangeLog.mips | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index c5a2cb9da2..f1496e2f69 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -1,5 +1,10 @@ 2013-02-05 Maciej W. Rozycki <macro@codesourcery.com> + * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Add a missing + space in asm register specifiers throughout. + * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise. + [BZ #15054] * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (MOVE32): New macro. |