aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-22 09:24:24 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-22 09:24:24 -0700
commitf63d5db67c5ac9da31e03e389fa454314ef96a35 (patch)
tree3a3012655b7404c9e8e165dfe6b6bea2d0f05437 /ChangeLog
parent98a61bcbca89e50a3bdfa92fa851546bccee41e7 (diff)
downloadglibc-f63d5db67c5ac9da31e03e389fa454314ef96a35.zip
glibc-f63d5db67c5ac9da31e03e389fa454314ef96a35.tar.gz
glibc-f63d5db67c5ac9da31e03e389fa454314ef96a35.tar.bz2
Use "neg %eax" in i386 SYSCALL_ERROR_HANDLER
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee29e04..1918d8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
+ * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
+ Use "neg %eax".
+
* time/mktime.c: Update copyright years.
2012-05-22 Paul Eggert <eggert@cs.ucla.edu>