Merge changes for dos x udi:
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 3 Nov 1993 21:33:13 +0000 (21:33 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 3 Nov 1993 21:33:13 +0000 (21:33 +0000)
* Makefile.in (udi2go32.o): add rule to build this file
* 29k-share/udi/udi2go32.c: new file
* config/a29k/a29k-udi.mt: add udi2go32.o
* 29k-share/udi/{udr.c, udip2soc.c}: #ifdef out the entire file
  if __GO32__ is defined.  What a hack.

gdb/29k-share/udi/udip2soc.c
gdb/29k-share/udi/udr.c
gdb/ChangeLog
gdb/Makefile.in
gdb/config/a29k/a29k-udi.mt

index d0547da..96ae2e3 100644 (file)
@@ -24,6 +24,9 @@ static  char udip2soc_c_AMD[]="@(#)udip2soc.c 2.8, AMD";
 *      It is used by DFE client processes
 ********************************************************************** HISTORY
 */
+/* This is all unneeded on DOS machines.  */
+#ifndef __GO32__
+
 #include <stdio.h>
 #include <string.h>
 
@@ -1245,3 +1248,4 @@ UDIUInt32 UDIGetDFEIPCId()
 {
     return ((company_c << 16) + (product_c << 12) + version_c);
 }
+#endif /* __GO32__ */
index 1e58eda..4722a4f 100644 (file)
@@ -26,6 +26,9 @@ static char udr_c_AMD[]="@(#)udr.c    2.3, AMD";
 *      and de-serialised back into the approproiate objects.
 ********************************************************************** HISTORY
 */
+/* This is all unneeded on DOS machines.  */
+#ifndef __GO32__
+
 #include <stdio.h>
 #include <sys/types.h>
 
@@ -421,3 +424,4 @@ int size;
     offset = offset & (size -1);
     if(offset) udr_setpos(udrs, align + offset);
 }
+#endif /* __GO32__ */
index bd3f092..e501f0a 100644 (file)
@@ -1,5 +1,14 @@
 Wed Nov  3 09:20:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       Merge changes for dos x udi:
+       * Makefile.in (udi2go32.o): add rule to build this file
+       * 29k-share/udi/udi2go32.c: new file
+       * config/a29k/a29k-udi.mt: add udi2go32.o
+       * 29k-share/udi/{udr.c, udip2soc.c}: #ifdef out the entire file 
+         if __GO32__ is defined.  What a hack.
+
+Wed Nov  3 09:20:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
        * remote.c (putpkt, getpkt): Don't call interrupt_query.
 
        * findvar.c (value_of_register): Rename val to reg_val to avoid
index eb52de5..0079713 100644 (file)
@@ -1011,6 +1011,9 @@ ALLCONFIG = config/a29k/a29k-kern.mt config/a29k/a29k-udi.mt \
 udip2soc.o: $(srcdir)/29k-share/udi/udip2soc.c $(udiheaders)
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udip2soc.c
 
+udi2go32.o: $(srcdir)/29k-share/udi/udi2go32.c $(udiheaders)
+       $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udi2go32.c
+
 udr.o: $(srcdir)/29k-share/udi/udr.c $(udiheaders) 
        $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udr.c
 
index 30d9449..5288920 100644 (file)
@@ -1,5 +1,6 @@
 # Target: AMD 29000 on EB29K board over a serial line.
-TDEPFILES= exec.o a29k-pinsn.o remote-udi.o a29k-tdep.o udip2soc.o udr.o
+TDEPFILES= exec.o a29k-pinsn.o remote-udi.o a29k-tdep.o udip2soc.o udr.o \
+  udi2go32.o
 REMOTE_O=
 TM_FILE= tm-a29k.h
 # The following is for ../include/a.out.encap.h