Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* PATCH: gdb/corefile.c (0401 snap on HP-UX).
@ 2001-04-09  6:03 RDBrown
  2001-04-09 10:17 ` Kevin Buettner
  2001-04-09 10:24 ` J.T. Conklin
  0 siblings, 2 replies; 8+ messages in thread
From: RDBrown @ 2001-04-09  6:03 UTC (permalink / raw)
  To: gdb-patches

gdb/corefile.c was failing to compile with a missing declaration for
`symfile_objfile'. This allows gdb to build, but still hangs when 
starting the child process.

2001-04-09  Rodney Brown  <RBrown64@csc.com.au>

	* corefile.c: Include symfile.h and objfiles.h to declare
	symfile_objfile when HPUXHPPA.

--- gdb/corefile.c.orig	Mon Apr  9 18:45:13 2001
+++ gdb/corefile.c	Mon Apr  9 18:02:21 2001
@@ -34,6 +34,10 @@
 #include "gdbcore.h"
 #include "dis-asm.h"
 #include "gdb_stat.h"
+#ifdef HPUXHPPA
+#include "symfile.h"
+#include "objfiles.h"
+#endif
 
 /* Local function declarations.  */
 


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

end of thread, other threads:[~2001-04-12  9:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-09  6:03 PATCH: gdb/corefile.c (0401 snap on HP-UX) RDBrown
2001-04-09 10:17 ` Kevin Buettner
2001-04-10 17:46   ` J.T. Conklin
2001-04-12  9:40     ` J.T. Conklin
2001-04-09 10:24 ` J.T. Conklin
2001-04-10 16:14   ` Daniel Berlin
2001-04-10 17:51     ` J.T. Conklin
2001-04-10 21:06       ` Daniel Berlin

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