aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sparc
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 /gdb/config/sparc
parentf6fba9957336469875a24940dea4ebcfb8832e9c (diff)
downloadgdb-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/sparc')
-rw-r--r--gdb/config/sparc/sun4sol2.mh10
1 files changed, 0 insertions, 10 deletions
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.