diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 05:34:36 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-22 05:34:36 -0700 |
commit | 0e44a77e481e18b56ef5bd2354fc97a267487551 (patch) | |
tree | 757d36a8ea239514e64dad61907846f24e2903bf /ChangeLog | |
parent | 5e1a27a96de16ad0cd67a81e25741790b32e2c25 (diff) | |
download | glibc-0e44a77e481e18b56ef5bd2354fc97a267487551.tar glibc-0e44a77e481e18b56ef5bd2354fc97a267487551.tar.gz glibc-0e44a77e481e18b56ef5bd2354fc97a267487551.tar.bz2 glibc-0e44a77e481e18b56ef5bd2354fc97a267487551.zip |
Use "neg %eax" in x86_64 SYSCALL_SET_ERRNO
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2012-05-22 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO): + Use "neg %eax". + * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use __rlim_t cast. (struct rusage): Use anonymous union to pad each field to |