include nm.h in defs.h
authorK. Richard Pixley <rich@cygnus>
Wed, 28 Oct 1992 02:32:59 +0000 (02:32 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 28 Oct 1992 02:32:59 +0000 (02:32 +0000)
gdb/ChangeLog
gdb/coredep.c
gdb/procfs.c
gdb/rs6000-nat.c
gdb/sparc-nat.c

index 9f0b8b8..9b64852 100644 (file)
@@ -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!
index 04ff282..059d23e 100644 (file)
@@ -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
index dfab0ba..1a694e0 100644 (file)
@@ -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
index e00ee5c..c80f70e 100644 (file)
@@ -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>
index 6b84363..f622b13 100644 (file)
@@ -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>