diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-12-15 18:12:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-12-15 18:12:37 +0000 |
commit | 117f631e54876035af27162ca11ea4e06601c8da (patch) | |
tree | 2039ab0178d57eddf92e438484051f241063c1f6 /gdb/config/i386sco4.mh | |
parent | 51b80b0072e928c9163087e1fcbc71e52301f524 (diff) | |
download | gdb-117f631e54876035af27162ca11ea4e06601c8da.zip gdb-117f631e54876035af27162ca11ea4e06601c8da.tar.gz gdb-117f631e54876035af27162ca11ea4e06601c8da.tar.bz2 |
Tue Dec 15 10:05:56 1992 Ian Lance Taylor (ian@cygnus.com)
* coffread.c (decode_type): catch negative tagndx fields generated
by SCO 3.2v4 cc.
* exec.c: comment out string following #endif.
* configure.in (i[34]86-*-sco3.2v4*): use host i386sco4.
* xm-i386sco.h: include <sys/types.h> and <sys/dir.h>, required by
<sys/user.h>.
* config/i386sco4.mh: new file; like i386sco.mh, but don't require
gcc, and define const to empty to avoid SCO 3.2v4 cc bug.
Diffstat (limited to 'gdb/config/i386sco4.mh')
-rw-r--r-- | gdb/config/i386sco4.mh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config/i386sco4.mh b/gdb/config/i386sco4.mh new file mode 100644 index 0000000..8eb0657 --- /dev/null +++ b/gdb/config/i386sco4.mh @@ -0,0 +1,12 @@ +# Host: Intel 386 running SCO Unix 3.2v4 +XDEPFILES= i387-tdep.o +XM_FILE= xm-i386sco.h +NAT_FILE= nm-i386sco.h +NATDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386v-nat.o +XM_CLIBS= -lPW +SYSV_DEFINE=-DSYSV +REGEX=regex.o +REGEX1=regex.o +# The cc compiler mishandles const in cases like +# struct type ** const (c_builtin_types[]) = +MH_CFLAGS=-Dconst= |