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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Cary Coutant <ccout...@sourceware.org>:

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

commit 6e2565079204ae2d2c0a5fa15fcd233e9c614f0b
Author: Cary Coutant <ccout...@gmail.com>
Date:   Wed Jun 29 23:24:35 2016 -0700

    Fix gold testsuite failure with GCC 6.

    With GCC 6 when not using -static-libstdc++, the operator delete(void*)
    function is defined in the shared C++ support library, rather than in
    the main program. The test script is too aggressive in checking for
    this symbol's presence among the exported symbols. This patch removes
    the check for that symbol.

    gold/
        PR gold/20310
        * testsuite/dynamic_list.sh: Remove check for _ZdlPv.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to