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

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

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

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