mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,
29k-share/dfe/yank.c, vx-share/xdr_ptrace.c, vx-share/xdr_regs.c: Remove -I29k-share, -Ivx-share from Makefile.in. Make #includes relative to each source file.
This commit is contained in:
parent
a60ff51268
commit
aa94235541
@ -1,5 +1,10 @@
|
||||
Fri May 8 07:48:27 1992 K. Richard Pixley (rich@cygnus.com)
|
||||
|
||||
* Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,
|
||||
29k-share/dfe/yank.c, vx-share/xdr_ptrace.c, vx-share/xdr_regs.c:
|
||||
Remove -I29k-share, -Ivx-share from Makefile.in. Make #includes
|
||||
relative to each source file.
|
||||
|
||||
* Makefile.in: propogate INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
|
||||
recursions.
|
||||
|
||||
|
@ -129,7 +129,7 @@ RL_LIB = ./../readline${subdir}/libreadline.a
|
||||
# All the includes used for CFLAGS and for lint.
|
||||
# -I. for config files.
|
||||
# -I${srcdir} possibly for regex.h also.
|
||||
INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR) -I${srcdir}/vx-share -I${srcdir}/29k-share/include -I${srcdir}/29k-share/udi
|
||||
INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR)
|
||||
|
||||
# {X,T}M_CFLAGS, if defined, has system-dependent CFLAGS.
|
||||
# CFLAGS for GDB
|
||||
|
@ -45,7 +45,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <string.h>
|
||||
#include "terminal.h"
|
||||
#include "target.h"
|
||||
#include "udiproc.h"
|
||||
#include "29k-share/udi/udiproc.h"
|
||||
|
||||
/* access the register store directly, without going through
|
||||
the normal handler functions. This avoids an extra data copy
|
||||
|
@ -40,11 +40,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#undef free
|
||||
#include <sys/time.h> /* UTek's <rpc/rpc.h> doesn't #incl this */
|
||||
#include <netdb.h>
|
||||
#include <ptrace.h>
|
||||
#include "xdr_ptrace.h"
|
||||
#include "xdr_ld.h"
|
||||
#include "xdr_rdb.h"
|
||||
#include "dbgRpcLib.h"
|
||||
#include "vx-share/ptrace.h"
|
||||
#include "vx-share/xdr_ptrace.h"
|
||||
#include "vx-share/xdr_ld.h"
|
||||
#include "vx-share/xdr_rdb.h"
|
||||
#include "vx-share/dbgRpcLib.h"
|
||||
|
||||
#include <symtab.h>
|
||||
|
||||
|
@ -12,9 +12,9 @@ modification history
|
||||
01a,05jun90,llk extracted from xdr_ptrace.h, version 01c.
|
||||
*/
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include "vxWorks.h"
|
||||
#include <rpc/rpc.h>
|
||||
#include <xdr_ptrace.h>
|
||||
#include "xdr_ptrace.h"
|
||||
|
||||
#define MAX_LEN 32000
|
||||
|
||||
|
@ -8,10 +8,10 @@ This module contains the eXternal Data Representation (XDR) routines
|
||||
for the GDB interface for VxWorks.
|
||||
*/
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include "vxWorks.h"
|
||||
#include <rpc/rpc.h>
|
||||
#include <reg.h>
|
||||
#include <xdr_regs.h>
|
||||
#include "reg.h"
|
||||
#include "xdr_regs.h"
|
||||
|
||||
|
||||
#ifdef I80960
|
||||
|
Loading…
Reference in New Issue
Block a user