public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* things to do for arch maintainers
@ 2005-12-18 19:11 Ulrich Drepper
  2005-12-19 22:12 ` Jakub Jelinek
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ulrich Drepper @ 2005-12-18 19:11 UTC (permalink / raw)
  To: GNU libc hacker

1. on the setjmp code, make sure that for the code ending up inside 
ld.so we don't call __sigjmp_save (see the x86, x86-64, ppc code)

2. add pointer_guard to tcbhead_t in <tls.h>

3. define THREAD_SET_POINTER_GUARD and THREAD_COPY_POINTER_GUARD in <tls.h>

4. in <sysdep.h>, define PTR_MANGLE and PTR_DEMANGLE.  The ld.so code 
must use the global variable __pointer_chk_guard_local.  The libc code 
must use the tcbhead_t value.  C and asm versions are needed.  See the 
x86-64 version


All needs to be done for archs other than x86 and x86-64 (although 1 is 
done for ppc).

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

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

end of thread, other threads:[~2005-12-21  0:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-18 19:11 things to do for arch maintainers Ulrich Drepper
2005-12-19 22:12 ` Jakub Jelinek
2005-12-20  6:55   ` Ulrich Drepper
2005-12-20  9:09 ` Kaz Kojima
2005-12-20 15:32   ` Ulrich Drepper
2005-12-21  0:57     ` Kaz Kojima
2005-12-20 21:08 ` Steven Munroe
2005-12-20 21:13   ` Jakub Jelinek
2005-12-20 23:34     ` Steven Munroe
2005-12-20 23:58       ` Roland McGrath

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).