This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: tst-tls3 fails on x86_64


Roland McGrath <roland@redhat.com> writes:

>> With current CVS tst-tls3 fails if I configure using --with-tls
>> --without-__thread:
>> 
>> $ cat elf/tst-tls3.out 
>> set baz to 3 (LE)
>> set variables foo and bar (IE)
>> get sum of foo, bar (GD) and baz (LD) = 6
>> get sum of foo and bar (IE) = 3
>> get sum of foo and bar and baz (GD) = 3
>> baz = 0
>> 
>> Any ideas?
>
> I am not already aware of the problem, if that's what you mean.  Have you
> looked into it at all?  Please always post your complete configure line and
> your compiler details.

This is with GCC 3.3-hammer-branch from yesterday.  I configured glibc
with:

/cvs/libc/configure --enable-add-ons --disable-profile --with-tls --without-__thread --prefix=/usr/src/aj/install/libc CC=/opt/gcc/hammer-3_3-branch/bin/gcc 


I'll try again when glibc builds again...

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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