aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-03-25 21:21:18 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-03-25 21:21:18 +0000
commit9fa55373e1c27f2e5f3f2e0643040049b4243c05 (patch)
treeb3e84df99c17bb2f21cc8a2b20e7a343bf0b8fdf /ChangeLog
parent38755f14215920cc5d2260e596ed3f6603c30620 (diff)
Remove unused macros from i386 lowlevellock.h.
In the course of the work on six-argument syscalls I noticed that the i386 lowlevellock.h contained some unused macro definitions (already unused before my patch). This patch removes them. Tested for x86 that installed stripped shared libraries are unchanged by this patch. * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD): Remove macro. (LLL_EBX_REG): Likewise. (LLL_ENTER_KERNEL): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be1ce97249..0a9e249389 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-03-25 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
+ Remove macro.
+ (LLL_EBX_REG): Likewise.
+ (LLL_ENTER_KERNEL): Likewise.
+
* math/auto-libm-test-in: Add more tests of asin.
* math/auto-libm-test-out: Regenerated.
* sysdeps/i386/fpu/libm-test-ulps: Update.