binutils-gdb/mmalloc
Fred Fish d6eecef07b * Makefile.in (mm.o): New target that combines all the functions
into a single object module.  This avoids client programs picking
 	up part of the allocation routines from mmalloc and part from libc,
 	which can lead to undefined behavior.
	(CFILES): Add mm.c
	(TARGETOBJS): Define to be either the individual objects or the
	single combined object.
	(TARGETLIB): Create the archive using TARGETOBJS.
	* mm.c: New file that simply #includes the other source C files.
1996-12-28 22:33:53 +00:00
..
.Sanitize * Makefile.in (mm.o): New target that combines all the functions 1996-12-28 22:33:53 +00:00
COPYING.LIB * COPYING.LIB: New file (standard version 2 LGPL, as already cited 1993-11-17 04:35:46 +00:00
ChangeLog * configure configure.in: Don't default CC to cc. It causes problems 1996-09-05 01:06:10 +00:00
Makefile.in
TODO
attach.c
configure * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER. 1995-11-05 08:28:20 +00:00
configure.in * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER. 1995-11-05 08:28:20 +00:00
detach.c
keys.c
mcalloc.c
mfree.c
mm.c * Makefile.in (mm.o): New target that combines all the functions 1996-12-28 22:33:53 +00:00
mmalloc.c
mmalloc.h * detach.c (mmalloc_detach): Fix bug in computation of negative 1996-07-11 07:36:27 +00:00
mmalloc.texi
mmap-sup.c * detach.c (mmalloc_detach): Fix bug in computation of negative 1996-07-11 07:36:27 +00:00
mmcheck.c
mmemalign.c
mmprivate.h * configure.in: add AC_HEADER_STDC check. 1995-11-05 03:12:15 +00:00
mmstats.c
mmtrace.awk
mmtrace.c
mrealloc.c
mvalloc.c
sbrk-sup.c