]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (HFILES): Add nm-i386sco.h.
authorStu Grossman <grossman@cygnus>
Thu, 22 Oct 1992 08:07:12 +0000 (08:07 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 22 Oct 1992 08:07:12 +0000 (08:07 +0000)
* dwarfread.c:  include <sys/types.h> for SCO.
* infptrace.c:  Don't include ptrace.h under SCO.
* config/i386sco.mh:  Use -D_POSIX_SOURCE instead of -posix for
gcc.
* config/i386v.mt:  Add exec.o to TDEPFILES.

gdb/ChangeLog
gdb/Makefile.in
gdb/config/i386sco.mh
gdb/config/i386v.mt
gdb/dwarfread.c

index 94afd30b1d5c5c82e1425e7eaff2ff6cbee442fb..5cd0f9ee3070ba0e316d55f89deb64befa3fc7ee 100644 (file)
@@ -1,3 +1,12 @@
+Thu Oct 22 01:01:24 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * Makefile.in (HFILES):  Add nm-i386sco.h.
+       * dwarfread.c:  include <sys/types.h> for SCO.
+       * infptrace.c:  Don't include ptrace.h under SCO.
+       * config/i386sco.mh:  Use -D_POSIX_SOURCE instead of -posix for
+       gcc.
+       * config/i386v.mt:  Add exec.o to TDEPFILES.
+
 Wed Oct 21 19:08:20 1992  Stu Grossman  (grossman at cygnus.com)
 
        * i386v-nat.c:  Remove space from front of #endif.
index ff8b90bbdff962c3877c39110bc35a9da68af3bd..11deb00c45e3bfa0dadf2149bfda52ecf354eb15 100644 (file)
@@ -253,7 +253,7 @@ HFILES=     breakpoint.h buildsym.h call-cmds.h command.h defs.h \
        target.h terminal.h xcoffsolib.h value.h \
        tm-68k.h tm-hppa.h tm-i960.h tm-sparc.h tm-sunos.h tm-sysv4.h \
        xm-m68k.h xm-sparc.h xm-sysv4.h xm-vax.h \
-       nm-i386bsd.h nm-i386mach.h nm-i386v.h nm-i386v4.h nm-irix3.h \
+       nm-i386bsd.h nm-i386mach.h nm-i386sco.h nm-i386v.h nm-i386v4.h nm-irix3.h \
        nm-irix4.h nm-linux.h nm-m88k.h nm-mips.h nm-news.h nm-rs6000.h \
        nm-sun2.h nm-sun3.h nm-sun386.h nm-sun4os4.h nm-trash.h \
        nm-ultra3.h nm-hppab.h nm-hppah.h nm-umax.h nm-sysv4.h
index e8490637801389f5ed6e33bf1b8d70faabdc9ac6..b1a276c70d817e1df7cab0425ba155c5604d7fcf 100644 (file)
@@ -10,4 +10,4 @@ REGEX1=regex.o
 #msg The SCO C compiler cannot parse symtab.h when value.h has been included.
 #msg This is a bug in the compiler; the code is valid.
 #msg Therefore, you must use GCC to compile GDB on SCO machines.
-CC=gcc -posix
+CC=gcc -D_POSIX_SOURCE=1
index 75e566139c462e67031fb6b58da5576a2f3c9263..08699de4ff5fcb8153b0fd6dc66a3a1cf599b2a8 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Intel 386 running System V
-TDEPFILES= i386-tdep.o i386-pinsn.o i387-tdep.o
+TDEPFILES= exec.o i386-tdep.o i386-pinsn.o i387-tdep.o
 TM_FILE= tm-i386v.h
index 2b13ad6d334bf0d67035c987575dab3c2b823977..85b626c190fe563817af29ada756e3a6bb997832 100644 (file)
@@ -54,6 +54,7 @@ other things to work on, if you get bored. :-)
 #include <varargs.h>
 #include <fcntl.h>
 #include <string.h>
+#include <sys/types.h>
 #ifndef        NO_SYS_FILE
 #include <sys/file.h>
 #endif