aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/.Sanitize
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-12-28 22:33:53 +0000
committerFred Fish <fnf@specifix.com>1996-12-28 22:33:53 +0000
commitd6eecef07b2d34a41f1e4f37cc5a01cdb4570b73 (patch)
tree6e67893858b295a0820037419eee28e13edf9103 /mmalloc/.Sanitize
parent39bf0ef4e6797058928dc5c8fe44fb3a26d4f5c4 (diff)
downloadgdb-d6eecef07b2d34a41f1e4f37cc5a01cdb4570b73.zip
gdb-d6eecef07b2d34a41f1e4f37cc5a01cdb4570b73.tar.gz
gdb-d6eecef07b2d34a41f1e4f37cc5a01cdb4570b73.tar.bz2
* 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.
Diffstat (limited to 'mmalloc/.Sanitize')
-rw-r--r--mmalloc/.Sanitize1
1 files changed, 1 insertions, 0 deletions
diff --git a/mmalloc/.Sanitize b/mmalloc/.Sanitize
index cd8b13d..48c5377 100644
--- a/mmalloc/.Sanitize
+++ b/mmalloc/.Sanitize
@@ -34,6 +34,7 @@ detach.c
keys.c
mcalloc.c
mfree.c
+mm.c
mmalloc.c
mmalloc.h
mmalloc.texi