head	1.2;
access;
symbols
	RELENG_2_2_8_RELEASE:1.1.8.1
	RELENG_2_2_7_RELEASE:1.1.8.1
	RELENG_2_2_6_RELEASE:1.1.8.1
	RELENG_2_2_5_RELEASE:1.1.8.1
	RELENG_2_2_2_RELEASE:1.1.8.1
	RELENG_2_2_1_RELEASE:1.1.8.1
	RELENG_2_1_7_RELEASE:1.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.1.0.8
	RELENG_2_2_BP:1.1
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.6
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.4
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1
	RELEASE_2_0:1.1
	BETA_2_0:1.1
	ALPHA_2_0:1.1.0.2
	MOVED_NEWCVS:1.1
	FINAL_1_1_5:1.1
	ALPHA_1_1_5:1.1;
locks; strict;
comment	@# @;


1.2
date	97.01.15.22.47.14;	author gj;	state dead;
branches;
next	1.1;

1.1
date	94.06.10.13.41.37;	author paul;	state Exp;
branches
	1.1.8.1;
next	;

1.1.8.1
date	97.02.04.22.26.43;	author joerg;	state dead;
branches;
next	;


desc
@@


1.2
log
@Remove mmalloc since we're now using phkmalloc. This is made possible
by the -DNO_MMALLOC flag in gdb/Makefile.

The one thing we lose by doing this, AFAIK, is the possibility of using
mmap. Does anyone use that feature at all ?

2.2 candidate ?
@
text
@LIB= mmalloc
SRCS= mcalloc.c mfree.c mmalloc.c mmcheck.c mmemalign.c mmstats.c \
      mmtrace.c mrealloc.c mvalloc.c mmap-sup.c attach.c detach.c keys.c \
      sbrk-sup.c

NOPROFILE=no
NOPIC=no
install:
	@@echo -n
.include <bsd.lib.mk>
@


1.1
log
@GDB-4.12 from ports with support for shlibs but not the kernel.

This is a greatly pared down version of the full gdb-4.12, all the
config stuff has been removed and the supporting libraries have
been stripped to a minimum. This is a 1.1.5 only port, I'll do a
more complete port for 2.0 which will have all the config stuff
and will install the gnu support libraries as system libraries like
we do for readline.

There wasn't much point for 1.1.5 since only gdb would use them so I
went for saving space instead. For 2.0 I'll config all the
other gnu tools to use them as well.
@
text
@@


1.1.8.1
log
@Remove extraneous cruft we don't need anymore.  This fixes the
compilation problems people have been seeing (which were caused by the
compilation picking up the old header files).

I've already wondered while doing the mega-merge why these files had
magically disappeared... of course, they weren't cvs rm'ed yet.
@
text
@@
