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/24476] [4.1/4.2 Regression] gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA64



------- Comment #3 from jakub at gcc dot gnu dot org  2005-12-29 12:15 -------
This really needs to be investigated by someone with native hpux access.
All that I can add is that the problem is not present on ia64-linux, so it
could
very well be a bug in hpux runtime or in hpux assembler or linker.
On ia64-linux (and guess hpux -mlp64 as well) the assembly contains:
        addl r15 = @tprel(thrtest#+648), r2
        addl r14 = @tprel(thrtest#), r2
so perhaps the toolchain can't cope with offseted tprel relocations.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|ia64-*-*                    |ia64-*-hpux*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24476


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