bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/21402] i386: indirect5 failures


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/21402] i386: indirect5 failures
Date: Thu, 20 Apr 2017 19:42:39 +0000

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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by H.J. Lu <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=afe9edbf486c4b27cceb258c11e104377512ec24

commit afe9edbf486c4b27cceb258c11e104377512ec24
Author: H.J. Lu <address@hidden>
Date:   Thu Apr 20 12:33:55 2017 -0700

    Skip PIE indirect5 and indirect6 tests on i386

    On i386, since GOT reference is needed to access global symbols in PIE,
    those symbols are made dynamic.  Crash happens when there is a reference
    to the same global symbol with a different symbol type in a shared
    object.  Since mixing different types of the same symbol doesn't work in
    general, this patch skips those tests on i386 as well as compiles non-PIE
    indirect5 and indirect6 tests with $NOPIE_LDFLAGS and $NOPIE_CFLAGS.

        PR ld/21402
        * testsuite/ld-elf/indirect.exp: Pass $NOPIE_LDFLAGS and
        $NOPIE_CFLAGS to non-PIE indirect5 and indirect6 tests.  Skip
        PIE indirect5 and indirect6 tests on i386.

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]