lib: split _ctype[] into its own object, under lib/
authorJan Beulich <jbeulich@suse.com>
Fri, 20 Nov 2020 07:25:17 +0000 (08:25 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 20 Nov 2020 07:25:17 +0000 (08:25 +0100)
commit318a9175d5b145ab5b6a1f26b8312a88f9fb4d94
tree08df74855bec2f48686911bf5db8a63119e62fd4
parent0ff2c7e5b4ff9b3066d6cbba9adf95b948b418c9
lib: split _ctype[] into its own object, under lib/

This is, besides for tidying, in preparation of then starting to use an
archive rather than an object file for generic library code which
arch-es (or even specific configurations within a single arch) may or
may not need.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/Makefile
xen/Rules.mk
xen/common/lib.c
xen/lib/Makefile
xen/lib/ctype.c [new file with mode: 0644]