]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,
authorStu Grossman <grossman@cygnus>
Fri, 8 May 1992 15:49:48 +0000 (15:49 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 8 May 1992 15:49:48 +0000 (15:49 +0000)
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.

gdb/ChangeLog
gdb/Makefile.in
gdb/remote-udi.c
gdb/remote-vx.c
gdb/vx-share/xdr_ptrace.c
gdb/vx-share/xdr_regs.c

index fd3371d30109af76175c31773d0aa1a10789c337..186d5944b9e03af3ffc2582e5a32b6e756351a9e 100644 (file)
@@ -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.
 
index b75489cddce4b520c38abfe60f57bba321597df4..a5f9243355640c43dc9a1daddae56410ac6b18c5 100644 (file)
@@ -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
index 0030047f47394b7242724648575dcd29251fb534..68e8d37bb8f025dd56960d5187fc04bdccec0525 100644 (file)
@@ -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
index a8f382d19ac10ed652e25c43dc4f83fc466f9af7..1b3bc4d8b3d1aaf418cb2576a43023fcd513fdf8 100644 (file)
@@ -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>
 
index 0704665a58eb1fefb4a0178b3f3ad2ad0cdb57ff..9233137e9dd1a09b21fec3d0d4cfffbfbb124fbe 100644 (file)
@@ -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
 
index 9152423142b4b7e957e6742a4599018e90a081a9..b8c5111b7cf3a45830fc6b7981b9f123bcac0bf8 100644 (file)
@@ -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