[Bug libc/398] elf/dl-runtime.c not resolving CFI_STARTPROC
markkp at slackware dot com
sourceware-bugzilla@sources.redhat.com
Mon Sep 27 22:24:00 GMT 2004
------- Additional Comments From markkp at slackware dot com 2004-09-27 22:24 -------
I think I like this patch better. It has a couple of advantages. It only hits
one file instead of two, but still catches both 31 and 64 bit platforms. Both
Debian and Slack/390 already have a patch against that file. If there is some
reason why it is only included when __ASSEMBLER__ is not defined, then this
preserves that.
--- tls.h.orig 2003-01-30 13:34:11.000000000 -0500
+++ tls.h 2004-09-27 18:19:18.000000000 -0400
@@ -122,6 +122,8 @@
#else /* HAVE_TLS_SUPPORT && (FLOATING_STACKS || !IS_IN_libpthread) */
# ifndef __ASSEMBLER__
+/* Get system call information. */
+# include <sysdep.h>
/* Get the thread descriptor definition. */
# include <linuxthreads/descr.h>
What do you think?
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=398
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list