* sysdeps/unix/sysv/linux/i386/dl-sysdep.h
	(DL_SYSINFO_IMPLEMENTATION): Add CFI and make sure the code ends
	up in .text.
This commit is contained in:
Ulrich Drepper 2003-09-02 19:59:33 +00:00
parent d6d43292b8
commit 14feaff359
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2003-09-02 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/dl-sysdep.h
(DL_SYSINFO_IMPLEMENTATION): Add CFI and make sure the code ends
up in .text.
* barrier.c (pthread_barrierattr_setpshared): We don't handle
inter-process barriers.