This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21232] miss posix_fadvise64 on MIPS64 when static linking


https://sourceware.org/bugzilla/show_bug.cgi?id=21232

--- Comment #10 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, release/2.25/master has been updated
       via  7bd7ddfab138f67a1d8c10d4d70f16240a1c6796 (commit)
      from  b0afcf5db758747c2e563a1db0af6db7a1927746 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7bd7ddfab138f67a1d8c10d4d70f16240a1c6796

commit 7bd7ddfab138f67a1d8c10d4d70f16240a1c6796
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 14 16:42:08 2017 -0300

    Fix missing posix_fadvise64 mips64 static build (BZ #21232)

    This patch fixes the missing posix_fadvise64 symbol for static build
    required for _FILE_OFFSET_BITS=64 on mips64 build.

    Checked on a mips64-linux-gnu build with run-built-tests=no.

        [BZ #21232]
        * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: Add
        posix_fadvise64 weak_alias for static build.

    (cherry picked from commit ed7d6072f25f75b808b40c206371361f1313f342)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    6 ++++++
 .../sysv/linux/mips/mips64/n64/posix_fadvise64.c   |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]