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: [PATCH] IA-64 glibc TLS support


Hi Jakub,

  Jakub> Hi!  The following patch adds TLS support to IA-64.  Passed
  Jakub> make check with --with-tls --without-__thread (--with-tls
  Jakub> --with-__thread needs to wait until I fix one bug in ld).

I applied this patch and built libc with it and it worked fine
(cool!).  I then tried to add the new (flexible) syscall stub, which
requires a valid thread-pointer even for non-threaded applications.
Unfortunately, at the moment it looks like the thread-pointer does not
get setup for such apps (it stays NULL).  What's the right place to
get this initialized?

Thanks,

	--david


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