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/64113] Gcc on Alpha: Error: No lda !gpdisp!282 was found


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

--- Comment #3 from uros at gcc dot gnu.org ---
Author: uros
Date: Tue Dec  2 10:04:14 2014
New Revision: 218264

URL: https://gcc.gnu.org/viewcvs?rev=218264&root=gcc&view=rev
Log:
    PR target/64113
    * config/alpha/alpha.md (call_value_osf_tlsgd): Do not split insn
    using post-reload splitter.  Use peephole2 pass instead.
    (call_value_osf_tlsldm): Ditto.
    (TLS_CALL): New int iterator.
    (tls): New int attribute.
    (call_value_osf_<tls>): Merge insn pattern from call_value_osf_tlsgd
    and call_value_tlsldm using TLS_CALL int iterator.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/alpha/alpha.md


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