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

--- Comment #7 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=d21f123b0ead1806416cf0dafae12bec4cca8920

commit d21f123b0ead1806416cf0dafae12bec4cca8920
Author: Cary Coutant <ccout...@gmail.com>
Date:   Mon Jan 11 23:57:44 2016 -0800

    Fix internal error when applying TLSDESC relocations with no TLS segment.

    gold/
        PR gold/19353
        * aarch64.cc (Target_aarch64::relocate_tls): Don't insist that
        we have a TLS segment for GD-to-IE optimization.
        * i386.cc (Target_i386::tls_gd_to_ie): Remove tls_segment parameter.
        Adjust all calls.
        (Target_i386::tls_desc_gd_to_ie): Likewise.
        (Target_i386::relocate_tls): Don't insist that we have a TLS segment
        for TLSDESC GD-to-IE optimizations.
        * x86_64.cc (Target_x86_64::tls_gd_to_ie): Remove tls_segment
parameter.
        Adjust all calls.
        (Target_x86_64::tls_desc_gd_to_ie): Likewise.
        (Target_x86_64::relocate_tls): Don't insist that we have a TLS segment
        for TLSDESC GD-to-IE optimizations.

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