aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-10-28 02:32:59 +0000
committerK. Richard Pixley <rich@cygnus>1992-10-28 02:32:59 +0000
commit851fffcf4ecd21d58ff3fe3ce70ea3920fbbc310 (patch)
treeca76ed3fea394ab9558e4709bf27cdac1b331324 /gdb
parent98fd98bcb4a85d91005aa2b762d155da42a2316a (diff)
downloadgdb-851fffcf4ecd21d58ff3fe3ce70ea3920fbbc310.zip
gdb-851fffcf4ecd21d58ff3fe3ce70ea3920fbbc310.tar.gz
gdb-851fffcf4ecd21d58ff3fe3ce70ea3920fbbc310.tar.bz2
include nm.h in defs.h
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/coredep.c1
-rw-r--r--gdb/procfs.c2
-rw-r--r--gdb/rs6000-nat.c1
-rw-r--r--gdb/sparc-nat.c1
5 files changed, 7 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9f0b8b8..9b64852 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
+
+ * defs.h: include nm.h.
+ * coredep.c, infptrace.c, procfs.c, rs6000-nat.c, sparc-nat.c,
+ sparc-tdep.c, : do not include nm.h.
+ * doc/gdbint.texinfo: nm.h now included in defs.h.
+
Fri Oct 23 04:47:17 1992 Stu Grossman (grossman at cygnus.com)
* Makefile.in (VERSION): 4.7.1 post release!
diff --git a/gdb/coredep.c b/gdb/coredep.c
index 04ff282..059d23e 100644
--- a/gdb/coredep.c
+++ b/gdb/coredep.c
@@ -24,7 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/types.h>
#include <sys/param.h>
#include "gdbcore.h"
-#include "nm.h"
/* These are needed on various systems to expand REGISTER_U_ADDR. */
#ifndef USG
diff --git a/gdb/procfs.c b/gdb/procfs.c
index dfab0ba..1a694e0 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -45,8 +45,6 @@ regardless of whether or not the actual target has floating point hardware.
#include "command.h"
#include "gdbcore.h"
-#include "nm.h"
-
#define MAX_SYSCALLS 256 /* Maximum number of syscalls for table */
#ifndef PROC_NAME_FMT
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c
index e00ee5c..c80f70e 100644
--- a/gdb/rs6000-nat.c
+++ b/gdb/rs6000-nat.c
@@ -20,7 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defs.h"
#include "inferior.h"
#include "target.h"
-#include "nm.h"
#include <sys/ptrace.h>
#include <sys/reg.h>
diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c
index 6b84363..f622b13 100644
--- a/gdb/sparc-nat.c
+++ b/gdb/sparc-nat.c
@@ -20,7 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defs.h"
#include "inferior.h"
#include "target.h"
-#include "nm.h"
#include <signal.h>
#include <sys/ptrace.h>