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/17485] [2.20 regression] MIPS: ld: libpthread.so: invalid string offset 2765592330 >= 5154 for section `.dynstr'


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

--- Comment #2 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.20/master has been updated
       via  c14e752fc73d34c75d4f84f37fea8e0b1734cf98 (commit)
      from  1b198b7fc764c013d41d1bd7b83fed0ad3dee038 (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=c14e752fc73d34c75d4f84f37fea8e0b1734cf98

commit c14e752fc73d34c75d4f84f37fea8e0b1734cf98
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Wed Oct 22 15:20:37 2014 +0100

    MIPS: Avoid a dangling `vfork@GLIBC_2.0' reference

    This satisfies a symbol reference created with:

        .symver    __libc_vfork, vfork@GLIBC_2.0

    where `__libc_vfork' has not been defined or referenced.  In this case
    the `vfork@GLIBC_2.0' reference is supposed to be discarded, however a
    bug present in GAS since forever causes an undefined symbol table entry
    to be created.  This in turn triggers a problem in the linker that can
    manifest itself by link errors such as:

    ld: libpthread.so: invalid string offset 2765592330 >= 5154 for section
`.dynstr'

    The GAS and linker bugs need to be resolved, but we can avoid them too
    by providing a `__libc_vfork' definition just like our other platforms.

        [BZ #17485]
        * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.

    (cherry picked from commit b5af9297d51a43f96c5be1bafab032184690dd6f)

    Conflicts:
        NEWS

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

Summary of changes:
 ChangeLog                            |    5 +++++
 NEWS                                 |    2 +-
 sysdeps/unix/sysv/linux/mips/vfork.S |    1 +
 3 files changed, 7 insertions(+), 1 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]