]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 9f0b8b8a44ac5da13131fa9daa411ee60591a3ff..9b64852e79281ecb6105c0b3aa51ea813187dd84 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 04ff28293e4bffe617f1c0c2a61c3ae64c19464a..059d23e73ab19caa249c94cdc247b4f6a878fae1 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 dfab0babc18da4128fab1f37d133432b4bab4bf4..1a694e0f0d4391353bf52a14551d022fbf1ffa0f 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 e00ee5ceff3a8745e56bc8485a1ea6d9b6fc9ffd..c80f70e1aa32d54cbe3a321cfe592dc7b33a72c6 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 6b843635317d822b2043e4cc88b72e997a6f39c7..f622b135394f56fda87e4837654360555990dde4 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>