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

--- Comment #1 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=059256c7465164fc070482dbe04ebe4e2ccf1a08

commit 059256c7465164fc070482dbe04ebe4e2ccf1a08
Author: Cary Coutant <ccout...@gmail.com>
Date:   Fri Dec 1 22:03:09 2017 -0800

    Fix incremental linking failure with GCC 7+.

    With the new compiler, we're running out of patch space for the .eh_frame
    section. To workaround that issue, we compile the before and after versions
    both with no unwind tables.

    gold/
        PR gold/22309
        * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): Compile with
        no EH information.
        (two_file_test_1_ndebug.o): Likewise.
        * testsuite/Makefile.in: Regenerate.
        * testsuite/two_file_test_1.cc: Touch to force recompilation with new
        flags.
        * testsuite/two_file_test_1_v1.cc: Likewise.

-- 
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