This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/78796] TLS fails to link on aarch64 with -mcmodel=large


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78796

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Dec 14 10:50:46 2016
New Revision: 243646

URL: https://gcc.gnu.org/viewcvs?rev=243646&root=gcc&view=rev
Log:
        PR target/78796
        * config/aarch64/aarch64.c (aarch64_classify_symbol): Merge large
        model checks into switch.

        * gcc.dg/tls/pr78796.c: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/tls/pr78796.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/config/aarch64/aarch64.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]