public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix --without-tls IA-32 glibc build
@ 2003-06-01 22:34 Jakub Jelinek
  2003-06-02 18:20 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2003-06-01 22:34 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

If --without-tls, tls.h doesn't include sysdep.h and we die with
dl-runtime.c:239: syntax error before "CFI_STARTPROC"

2003-06-01  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/dl-machine.h: Include sysdep.h.

--- libc/sysdeps/i386/dl-machine.h	1 Jun 2003 21:41:31 -0000	1.1.1.34
+++ libc/sysdeps/i386/dl-machine.h	1 Jun 2003 22:07:51 -0000	1.27
@@ -23,7 +23,7 @@
 #define ELF_MACHINE_NAME "i386"
 
 #include <sys/param.h>
-
+#include <sysdep.h>
 #include <tls.h>
 
 /* Return nonzero iff ELF header is compatible with the running host.  */

	Jakub

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

* Re: [PATCH] Fix --without-tls IA-32 glibc build
  2003-06-01 22:34 [PATCH] Fix --without-tls IA-32 glibc build Jakub Jelinek
@ 2003-06-02 18:20 ` Roland McGrath
  0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2003-06-02 18:20 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Ulrich Drepper, Glibc hackers

> 2003-06-01  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* sysdeps/i386/dl-machine.h: Include sysdep.h.

I put this one in.

Thanks,
Roland

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

end of thread, other threads:[~2003-06-02 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-01 22:34 [PATCH] Fix --without-tls IA-32 glibc build Jakub Jelinek
2003-06-02 18:20 ` 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).