Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@ges.redhat.com>
To: Michael Snyder <msnyder@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [Fwd: gcore for netbsd]
Date: Tue, 06 Aug 2002 08:53:00 -0000	[thread overview]
Message-ID: <3D4FF0DC.6090201@ges.redhat.com> (raw)
In-Reply-To: <3D4F4E88.9DDFB7BE@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 53 bytes --]

I've checked the attached in (first bit :-).

Andrew

[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1354 bytes --]

2002-08-06  Andrew Cagney  <ac131313@redhat.com>

	* gcore.c: Do not include <sys/procfs.h>.
	* Makefile.in (gcore.o): Update dependencies.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.233
diff -u -r1.233 Makefile.in
--- Makefile.in	5 Aug 2002 16:17:41 -0000	1.233
+++ Makefile.in	6 Aug 2002 15:51:34 -0000
@@ -1404,8 +1404,8 @@
 corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
 	$(target_h) $(gdbthread_h) $(gdb_string_h) $(regcache_h)
 
-gcore.o: gcore.c $(defs_h) $(command_h) $(inferior_h) $(gdbcore_h) \
-	$(BFD_SRC)/elf-bfd.h $(symfile_h) $(objfiles_h) 
+gcore.o: gcore.c $(defs_h) $(cli_decode_h) $(inferior_h) $(gdbcore_h) \
+	$(elf_bfd_h) $(symfile_h) $(objfiles_h)
 
 linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(regcache_h) $(gregset_h) \
 	$(gdbcore_h) $(gdbthread_h) $(elf_bfd_h) $(cli_decode_h) \
Index: gcore.c
===================================================================
RCS file: /cvs/src/src/gdb/gcore.c,v
retrieving revision 1.5
diff -u -r1.5 gcore.c
--- gcore.c	12 Apr 2002 23:09:48 -0000	1.5
+++ gcore.c	6 Aug 2002 15:51:34 -0000
@@ -23,7 +23,6 @@
 #include "inferior.h"
 #include "gdbcore.h"
 #include "elf-bfd.h"
-#include <sys/procfs.h>
 #include "symfile.h"
 #include "objfiles.h"
 

  reply	other threads:[~2002-08-06 15:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-04 11:02 Andrew Cagney
2002-08-05 16:13 ` Michael Snyder
2002-08-05 21:19   ` Andrew Cagney
2002-08-05 21:39     ` Michael Snyder
2002-08-06  8:53       ` Andrew Cagney [this message]
2002-08-06 10:39         ` Love

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D4FF0DC.6090201@ges.redhat.com \
    --to=ac131313@ges.redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=msnyder@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox