aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-06-24 20:53:06 +0000
committerK. Richard Pixley <rich@cygnus>1993-06-24 20:53:06 +0000
commite704cf435b5651a239d58ab5690a2013eda17036 (patch)
treeda97e1978657cd7c1aeb0b68cea419a5dd985cb1
parentf6fba9957336469875a24940dea4ebcfb8832e9c (diff)
downloadfsf-binutils-gdb-e704cf435b5651a239d58ab5690a2013eda17036.zip
fsf-binutils-gdb-e704cf435b5651a239d58ab5690a2013eda17036.tar.gz
fsf-binutils-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.
-rw-r--r--gdb/config/m68k/amix.mh10
-rw-r--r--gdb/config/m68k/hp300hpux.mh2
-rw-r--r--gdb/config/m88k/delta88.mh2
-rw-r--r--gdb/config/mips/decstation.mh2
-rw-r--r--gdb/config/mips/irix3.mh2
-rw-r--r--gdb/config/mips/irix4.mh2
-rw-r--r--gdb/config/sparc/sun4sol2.mh10
7 files changed, 1 insertions, 29 deletions
diff --git a/gdb/config/m68k/amix.mh b/gdb/config/m68k/amix.mh
index 1186619..b445d43 100644
--- a/gdb/config/m68k/amix.mh
+++ b/gdb/config/m68k/amix.mh
@@ -7,16 +7,6 @@ SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
-# We need to find alloca() somewhere. Gcc has one built in, but most other
-# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
-# we have to be careful not to pull in anything else from the library (lots
-# of things are broken in most SVR4 versions). The best solution is to just
-# compile alloca.c and link it into the executable. If we end up not needing
-# it, then the code is just dead. Once alloca.c moves to libiberty, then we
-# can eliminate this semi-kludge.
-ALLOCA=alloca.o
-ALLOCA1=alloca.o
-
# SVR4 comes standard with terminfo, and in some implementations, the
# old termcap descriptions are incomplete. So ensure that we use the
# new terminfo interface and latest terminal descriptions.
diff --git a/gdb/config/m68k/hp300hpux.mh b/gdb/config/m68k/hp300hpux.mh
index 825311f..71940e5 100644
--- a/gdb/config/m68k/hp300hpux.mh
+++ b/gdb/config/m68k/hp300hpux.mh
@@ -11,5 +11,3 @@ NATDEPFILES= infptrace.o inftarg.o fork-child.o hp300ux-nat.o
SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
-ALLOCA=alloca.o
-ALLOCA1=alloca.o
diff --git a/gdb/config/m88k/delta88.mh b/gdb/config/m88k/delta88.mh
index 5cfbce4..ea51e5f 100644
--- a/gdb/config/m88k/delta88.mh
+++ b/gdb/config/m88k/delta88.mh
@@ -5,8 +5,6 @@ NAT_FILE= nm-m88k.h
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o m88k-nat.o
REGEX=regex.o
REGEX1=regex.o
-ALLOCA=alloca.o
-ALLOCA1=alloca.o
# Have to use /bin/nm because a bfd nm won't do the right thing
MUNCH_DEFINE=MUNCH_NM=/bin/nm
M_INSTALL=cp gdb.z $(ddestdir)/man/man1
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
diff --git a/gdb/config/sparc/sun4sol2.mh b/gdb/config/sparc/sun4sol2.mh
index 8c97f98..b5e623b 100644
--- a/gdb/config/sparc/sun4sol2.mh
+++ b/gdb/config/sparc/sun4sol2.mh
@@ -8,16 +8,6 @@ SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
-# We need to find alloca() somewhere. Gcc has one built in, but most other
-# compilers don't. Using the one in /usr/ucblib/libucb.a is tricky because
-# we have to be careful not to pull in anything else from the library (lots
-# of things are broken in most SVR4 versions). The best solution is to just
-# compile alloca.c and link it into the executable. If we end up not needing
-# it, then the code is just dead. Once alloca.c moves to libiberty, then we
-# can eliminate this semi-kludge.
-####ALLOCA=alloca.o
-####ALLOCA1=alloca.o
-
# SVR4 comes standard with terminfo, and in some implementations, the
# old termcap descriptions are incomplete. So ensure that we use the
# new terminfo interface and latest terminal descriptions.