From 851fffcf4ecd21d58ff3fe3ce70ea3920fbbc310 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 28 Oct 1992 02:32:59 +0000 Subject: [PATCH] include nm.h in defs.h --- gdb/ChangeLog | 7 +++++++ gdb/coredep.c | 1 - gdb/procfs.c | 2 -- gdb/rs6000-nat.c | 1 - gdb/sparc-nat.c | 1 - 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9f0b8b8a44..9b64852e79 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 04ff28293e..059d23e73a 100644 --- a/gdb/coredep.c +++ b/gdb/coredep.c @@ -24,7 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #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 dfab0babc1..1a694e0f0d 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 e00ee5ceff..c80f70e1aa 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 #include diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index 6b84363531..f622b13539 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 #include