Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* GDB doesn't compile on GNU/Linux
@ 2006-11-28 21:11 Nick Roberts
  2006-11-28 21:21 ` Daniel Jacobowitz
  0 siblings, 1 reply; 8+ messages in thread
From: Nick Roberts @ 2006-11-28 21:11 UTC (permalink / raw)
  To: gdb-patches


I can't get GDB to compile on GNU/Linux because of this change:


2006-11-28  Ulrich Weigand  <uweigand@de.ibm.com>

	* config/nm-linux.h: Do not include <signal.h>.


The change below seems to fix it.

-- 
Nick                                           http://www.inet.net.nz/~nickrob



2006-11-29  Nick Roberts  <nickrob@snap.net.nz>

	* linux-thread-db.c: Include <signal.h>.


*** linux-thread-db.c	29 Nov 2006 09:48:09 +1300	1.21
--- linux-thread-db.c	29 Nov 2006 10:03:35 +1300	
***************
*** 39,44 ****
--- 39,46 ----
  #include "gdbcore.h"
  #include "linux-nat.h"
  
+ #include <signal.h>
+ 
  #ifdef HAVE_GNU_LIBC_VERSION_H
  #include <gnu/libc-version.h>
  #endif


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

end of thread, other threads:[~2006-11-28 21:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-28 21:11 GDB doesn't compile on GNU/Linux Nick Roberts
2006-11-28 21:21 ` Daniel Jacobowitz
2006-11-28 21:34   ` Ulrich Weigand
2006-11-28 21:37   ` Nick Roberts
2006-11-28 21:46     ` Ulrich Weigand
2006-11-28 21:48       ` Daniel Jacobowitz
2006-11-28 21:59         ` Ulrich Weigand
2006-11-28 21:57       ` Nick Roberts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox