public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/21889] New: Bad assembler output for Solaris TLS debug symbols
@ 2005-06-02 21:46 rcbilson at plg dot uwaterloo dot ca
  2005-06-02 22:11 ` [Bug debug/21889] " ebotcazou at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: rcbilson at plg dot uwaterloo dot ca @ 2005-06-02 21:46 UTC (permalink / raw)
  To: gcc-bugs

smalltalk=; cat test.c
__thread int x;
smalltalk=; gcc -c test.c
smalltalk=; gcc -g -c test.c
/usr/ccs/bin/as: "/var/tmp//cc09foyk.s", line 75: error: statement syntax
/usr/ccs/bin/as: "/var/tmp//cc09foyk.s", line 75: error: statement syntax
/usr/ccs/bin/as: "/var/tmp//cc09foyk.s", line 75: error: statement syntax

Line 75 of the generated assembly is:
    .xword  %r_tls_dtpoff64(x)

Compiling with -m32 produces something that's equally broken, but with 32
instead of 64.

-- 
           Summary: Bad assembler output for Solaris TLS debug symbols
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rcbilson at plg dot uwaterloo dot ca
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc64-sun-solaris2.10
  GCC host triplet: sparc64-sun-solaris2.10
GCC target triplet: sparc64-sun-solaris2.10


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-06-08 20:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-02 21:46 [Bug debug/21889] New: Bad assembler output for Solaris TLS debug symbols rcbilson at plg dot uwaterloo dot ca
2005-06-02 22:11 ` [Bug debug/21889] " ebotcazou at gcc dot gnu dot org
2005-06-02 22:11 ` ebotcazou at gcc dot gnu dot org
2005-06-03 21:56 ` ebotcazou at gcc dot gnu dot org
2005-06-08  5:06 ` cvs-commit at gcc dot gnu dot org
2005-06-08 20:45 ` cvs-commit at gcc dot gnu dot org
2005-06-08 20:53 ` cvs-commit at gcc dot gnu dot org
2005-06-08 20:57 ` [Bug debug/21889] Native Solaris assembler cannot grok DTP-relative " ebotcazou at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).