i386bsd cleanup
authorK. Richard Pixley <rich@cygnus>
Fri, 16 Oct 1992 23:49:43 +0000 (23:49 +0000)
committerK. Richard Pixley <rich@cygnus>
Fri, 16 Oct 1992 23:49:43 +0000 (23:49 +0000)
gdb/ChangeLog
gdb/config/i386bsd.mh
gdb/config/i386bsd.mt
gdb/nm-i386bsd.h
gdb/tm-i386bsd.h

index 11858383726e137a3d59b0c76fa31498bd19dd7a..8d980b604406da6d321c23a21a4d563e76c272f0 100644 (file)
@@ -1,5 +1,12 @@
 Fri Oct 16 13:06:08 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
 
+       Native support cleanup for i386bsd (untested).
+
+       * config/i386bsd.mt (NATDEPFILES): exec.o removed.
+       * config/i386bsd.mh (NATDEPFILES): added exec.o
+       * tm-i386bsd.h (FLOAT_INFO): removed.
+       * nm-i386bsd.h (FLOAT_INFO): added.
+
        Native support for i386v (untested).
 
        * config/i386v.mh (XDEPFILES): removed infptrace.o inftarg.o
index c1c93fdf468056dc347c42614ecfbfe22a3b91c9..20339ca5b6ee410e6664cbc3ea9d367d438878f3 100644 (file)
@@ -1,6 +1,6 @@
 # Host: Intel 386 running 386BSD
 XDEPFILES= ser-bsd.o
-NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o coredep.o i386b-nat.o
+NATDEPFILES= exec.o fork-child.o infptrace.o inftarg.o corelow.o coredep.o i386b-nat.o
 XM_FILE= xm-i386bsd.h
 NAT_FILE= nm-i386bsd.h
 REGEX=regex.o
index 3f7ed977816e0d7b9cfdaa9e2d1f3c1218b3f0c2..402d6af3b13d3582ab420938af28824bab11fda1 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Intel 386 running BSD
-TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
+TDEPFILES= i386-tdep.o i386-pinsn.o
 TM_FILE= tm-i386bsd.h
index ca7947ad67640dde2392788eb47c7d7d80cd81bf..ec71b545ad4dbee29d87f1c3884247874ee449eb 100644 (file)
@@ -23,6 +23,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <machine/vmparam.h>
 #define KERNEL_U_ADDR USRSTACK
 
+#undef FLOAT_INFO      /* No float info yet */
+
 #define REGISTER_U_ADDR(addr, blockend, regno) \
        (addr) = i386_register_u_addr ((blockend),(regno));
 
index 65050d21fcc03b47c849dbdcb3cbc85d6735aa7c..e92beadaefd12ff705f7e3103bb91ee4a8553d7c 100644 (file)
@@ -27,8 +27,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    of external names before giving them to the linker.  */
 #define NAMES_HAVE_UNDERSCORE
 
-#undef FLOAT_INFO      /* No float info yet */
-
 /* 386BSD cannot handle the segment registers. */
 #undef NUM_REGS
 #define NUM_REGS 12