about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-01-28 12:07:46 -0500
committerChris Metcalf <cmetcalf@tilera.com>2012-01-28 12:07:46 -0500
commit3601428fb029e1c6e98d409dad64d709972cdf57 (patch)
tree1b217b0ae48f3f76a17e969961b2486ba81565db /ChangeLog
parent73139a7628c424c82eb9297ccb5505c0bc5b65aa (diff)
downloadglibc-3601428fb029e1c6e98d409dad64d709972cdf57.tar.gz
glibc-3601428fb029e1c6e98d409dad64d709972cdf57.tar.xz
glibc-3601428fb029e1c6e98d409dad64d709972cdf57.zip
Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbc611b222..97989d8c20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
+
+	* sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
+
 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
 
 	* sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.