mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 18:11:31 +00:00
include nm.h in defs.h
This commit is contained in:
parent
98fd98bcb4
commit
851fffcf4e
@ -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!
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user