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/17796] [mips] n64 posix_fadvise namespace


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

--- Comment #1 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, master has been updated
       via  ac4c11f580fde4cd18ebbd6533deab0d18445db0 (commit)
      from  03403e3061d33048e287cf712627001e6784dcb4 (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=ac4c11f580fde4cd18ebbd6533deab0d18445db0

commit ac4c11f580fde4cd18ebbd6533deab0d18445db0
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jan 5 18:02:31 2015 +0000

    Fix MIPS n64 posix_fadvise namespace (bug 17796).

    sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c defines
    posix_fadvise64 as a strong alias for posix_fadvise (for
    !SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) - i.e., for static
    linking, which is the case when this matters), but it should be a weak
    alias.  This patch makes it a weak alias.

    Tested for MIPS that this fixes the observed linknamespace test
    failures.

        [BZ #17796]
        * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
        [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
        Define as weak alias not strong alias.

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

Summary of changes:
 ChangeLog                                          |    7 +++++++
 NEWS                                               |    2 +-
 .../sysv/linux/mips/mips64/n64/posix_fadvise.c     |    2 +-
 3 files changed, 9 insertions(+), 2 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]