From: Chris Metcalf Date: Sat, 28 Jan 2012 17:07:46 +0000 (-0500) Subject: Call __fxstatat64 from faccessat() to avoid PLT in -Os builds. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8fb02d89e0186b4d50e1dac88a20ace702ca5e9;p=thirdparty%2Fglibc.git Call __fxstatat64 from faccessat() to avoid PLT in -Os builds. (cherry picked from commit 3601428fb029e1c6e98d409dad64d709972cdf57) --- diff --git a/ChangeLog b/ChangeLog index 591e1f18059..dd64c052343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-01-28 Chris Metcalf + + * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64. + 2012-05-01 Andreas Schwab [BZ #14040]