summaryrefslogtreecommitdiff
path: root/mmalloc/mm.c
Commit message (Collapse)AuthorAgeFilesLines
* From 2000-02-17 RodneyBrown@pmsc.com:Andrew Cagney2000-02-181-1/+4
| | | | | mm.c, attach.c, mmap-sup.c, sbrk-sup.c: Include <unistd.h> for sbrk and lseek declarations.
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+37
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-37/+0
|
* * Makefile.in (mm.o): New target that combines all the functionsFred Fish1996-12-281-0/+37
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.