* config/i386/ncr3000.mh, config/i386/i386v4.mh,
authorK. Richard Pixley <rich@cygnus>
Thu, 24 Jun 1993 20:53:06 +0000 (20:53 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 24 Jun 1993 20:53:06 +0000 (20:53 +0000)
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.

gdb/config/m68k/amix.mh
gdb/config/m68k/hp300hpux.mh
gdb/config/m88k/delta88.mh
gdb/config/mips/decstation.mh
gdb/config/mips/irix3.mh
gdb/config/mips/irix4.mh
gdb/config/sparc/sun4sol2.mh

index 118661921f360058f52c5e5a3228d3ec329f9d9e..b445d436f00e73c9bffae50d3da2c4c3be15d5eb 100644 (file)
@@ -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.
index 825311f49094697713f4b892f7f1d81e72edaba6..71940e521a89fedab8289d1beadf89270951f8c3 100644 (file)
@@ -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
index 5cfbce49c81258c252438f093992625be758ebc6..ea51e5fcad3ddfcbfe1d039b231e31bc31589b51 100644 (file)
@@ -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
index 27cf5fd8a74de623bf5bdf54ad6e7f975e1983f4..dc55b5b87db86373308c091e3ab37dd553f87500 100644 (file)
@@ -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
index 0d93c2ecc3b1e493c559ee9e70d956662cb64591..0a7b7b417ac7c82b0483ffd258802083d6e7816c 100644 (file)
@@ -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
index f93e6be864e5dba4e0d4bd46d0672298dec7ac7c..f3a2b2f4fe1e1ac4bf013249ab5179790be7d1ca 100644 (file)
@@ -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
index 8c97f9864e76093f7915a0f02d2ab03686251abb..b5e623bca08a26ce893a9015c75e5ee4033ea086 100644 (file)
@@ -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.