diff options
author | Fred Fish <fnf@specifix.com> | 1996-12-28 22:33:53 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-12-28 22:33:53 +0000 |
commit | d6eecef07b2d34a41f1e4f37cc5a01cdb4570b73 (patch) | |
tree | 6e67893858b295a0820037419eee28e13edf9103 /sim | |
parent | 39bf0ef4e6797058928dc5c8fe44fb3a26d4f5c4 (diff) | |
download | gdb-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 'sim')
0 files changed, 0 insertions, 0 deletions