include nm.h in defs.h

This commit is contained in:
K. Richard Pixley 1992-10-28 02:32:59 +00:00
parent 98fd98bcb4
commit 851fffcf4e
5 changed files with 7 additions and 5 deletions

View 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!

View 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

View 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

View 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>

View 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>