]> sourceware.org Git - newlib-cygwin.git/commit
newlib: xstormy16: break up mallocr stubs
authorMike Frysinger <vapier@gentoo.org>
Tue, 1 Mar 2022 06:02:40 +0000 (01:02 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 13 Mar 2022 21:12:03 +0000 (17:12 -0400)
commit8c383e9ae7d34124e359299c6dc2e917a7a19527
tree79423190cee9907948f52c35543cdd9238f3d016
parent5cd957ff66a9bbd5532a2b00f31e9aace99bdf3a
newlib: xstormy16: break up mallocr stubs

Move the multiplex logic out of the build and into source files to
make the build rules a lot simpler.
newlib/libc/machine/xstormy16/Makefile.am
newlib/libc/machine/xstormy16/Makefile.in
newlib/libc/machine/xstormy16/callocr.c [new file with mode: 0644]
newlib/libc/machine/xstormy16/freer.c [new file with mode: 0644]
newlib/libc/machine/xstormy16/mallocr.c
newlib/libc/machine/xstormy16/reallocr.c [new file with mode: 0644]
This page took 0.031049 seconds and 5 git commands to generate.