1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* elf/Makefile (distribute): Add dl-lookupcfg.h.
	* sysdeps/ia64/Dist: New file.
This commit is contained in:
Ulrich Drepper
2000-05-05 08:07:07 +00:00
parent c0282c0642
commit c77ec56d0c
9 changed files with 42 additions and 13 deletions

View File

@ -54,7 +54,8 @@ extern int __modify_ldt (int, struct modify_ldt_ldt_s *, size_t);
({ \
register pthread_descr __self; \
__asm__ ("movl %%gs:%c1,%0" : "=r" (__self) \
: "i" (offsetof (struct _pthread_descr_struct, p_self))); \
: "i" (offsetof (struct _pthread_descr_struct, \
p_header.data.self))); \
__self; \
})