diff options
author | K. Richard Pixley <rich@cygnus> | 1993-06-24 20:53:06 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-06-24 20:53:06 +0000 |
commit | e704cf435b5651a239d58ab5690a2013eda17036 (patch) | |
tree | da97e1978657cd7c1aeb0b68cea419a5dd985cb1 /gdb/config/mips | |
parent | f6fba9957336469875a24940dea4ebcfb8832e9c (diff) | |
download | gdb-e704cf435b5651a239d58ab5690a2013eda17036.zip gdb-e704cf435b5651a239d58ab5690a2013eda17036.tar.gz gdb-e704cf435b5651a239d58ab5690a2013eda17036.tar.bz2 |
* config/i386/ncr3000.mh, config/i386/i386v4.mh,
config/i386/i386sol2.mh, config/m68k/hp300hpux.mh,
config/m68k/amix.mh, config/mips/irix[34].mh, config/m88k/delta88.mh,
config/sparc/sun4sol2.mh (ALLOCA, ALLOCA1): macros removed.
* config/mips/decstation.mh, config/rs6000/rs6000.mh (MMALLOC_LIB):
renamed to MMALLOC.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/decstation.mh | 2 | ||||
-rw-r--r-- | gdb/config/mips/irix3.mh | 2 | ||||
-rw-r--r-- | gdb/config/mips/irix4.mh | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/gdb/config/mips/decstation.mh b/gdb/config/mips/decstation.mh index 27cf5fd..dc55b5b 100644 --- a/gdb/config/mips/decstation.mh +++ b/gdb/config/mips/decstation.mh @@ -7,5 +7,5 @@ NATDEPFILES= infptrace.o inftarg.o corelow.o mips-nat.o fork-child.o # We can't use MMALLOC because the DECstation RPC library can't cope # with a malloc(0) that returns 0. Besides, it's useless on a machine # without a real mmap(). -MMALLOC_LIB = +MMALLOC = MMALLOC_DISABLE = -DNO_MMALLOC diff --git a/gdb/config/mips/irix3.mh b/gdb/config/mips/irix3.mh index 0d93c2e..0a7b7b4 100644 --- a/gdb/config/mips/irix3.mh +++ b/gdb/config/mips/irix3.mh @@ -3,7 +3,5 @@ XDEPFILES= XM_FILE= xm-irix3.h NAT_FILE= nm-irix3.h NATDEPFILES= fork-child.o corelow.o infptrace.o inftarg.o mips-nat.o -ALLOCA=alloca.o -ALLOCA1=alloca.o MUNCH_DEFINE=-B XM_CLIBS=-lbsd diff --git a/gdb/config/mips/irix4.mh b/gdb/config/mips/irix4.mh index f93e6be..f3a2b2f 100644 --- a/gdb/config/mips/irix4.mh +++ b/gdb/config/mips/irix4.mh @@ -3,8 +3,6 @@ XDEPFILES= XM_FILE= xm-irix4.h NAT_FILE= nm-irix4.h NATDEPFILES= fork-child.o procfs.o irix4-nat.o corelow.o -ALLOCA=alloca.o -ALLOCA1=alloca.o MUNCH_DEFINE=-B XM_CLIBS=-lbsd -lsun INSTALL = cp |