diff options
author | Stu Grossman <grossman@cygnus> | 1993-03-16 18:15:25 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-03-16 18:15:25 +0000 |
commit | e829d98374e0977ca0a51195b6005088a7cc6e00 (patch) | |
tree | 7f6a7959194f8a03596a659f3cad28e7c6559090 /gdb/config | |
parent | a2df03aa683da91336499d0b98ed70a9f53fbf18 (diff) | |
download | gdb-e829d98374e0977ca0a51195b6005088a7cc6e00.zip gdb-e829d98374e0977ca0a51195b6005088a7cc6e00.tar.gz gdb-e829d98374e0977ca0a51195b6005088a7cc6e00.tar.bz2 |
* config/rs6000.mh: Get rid of -Dfd_set=int crock.
This is defined in defs.h if necessary.
* vx-share/vxWorks.h: Remove #defs of min and max.
* vx-share/xdr_ld.c, vx-share/xdr_ptrace.c,
vx-share/xdr_rdb.c: include defs.h.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/rs6000.mh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index 6268571..a4037eb 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -26,14 +26,6 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread # We have no idea who our current compiler is though, so we skip it. # MH_CFLAGS = -bnodelcsect -# The IBM version of /usr/include/rpc/rpc.h has a bug -- it says -# `extern fd_set svc_fdset;' without ever defining the type fd_set. -# Unfortunately this occurs in the vx-share code, which is not configured -# like the rest of GDB (e.g. it doesn't include "defs.h"). -# We circumvent this bug by #define-ing fd_set here, but undefining it in -# the xm-rs6000.h file before ordinary modules try to use it. FIXME, IBM! -MH_CFLAGS=-Dfd_set=int - # Because of shared libraries, we risk ending up with *two* # incompatible versions of malloc if we use GNU malloc ... MMALLOC_LIB = |