* device/include/malloc.h: Added z80 and gbz80 support.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 5 Nov 2001 04:25:30 +0000 (04:25 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 5 Nov 2001 04:25:30 +0000 (04:25 +0000)
commit992c2218a2339d024c181e57f8622dd5df9a884b
treef1d312d00fb15a6d905523d5309a40d6e6f78c4e
parenta046291bc6b5843709af03203b07549c30dd1f32
* device/include/malloc.h: Added z80 and gbz80 support.
* device/lib/gbz80/heap.s: Added.
* device/lib/z80/heap.s: Added.
* device/lib/malloc.c: Added z80 and gbz80 support.
* support/regression/tests/malloc.c (testMalloc): Added.
* src/SDCCmain.c (parseCmdLine): Added support for -Wp.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1504 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
device/include/asm/gbz80/features.h
device/include/asm/z80/features.h
device/include/malloc.h
device/lib/gbz80/Makefile
device/lib/gbz80/crt0.s
device/lib/malloc.c
device/lib/z80/Makefile
device/lib/z80/crt0.s
support/regression/tests/malloc.c [new file with mode: 0644]