lib: move init_constructors()
authorJan Beulich <jbeulich@suse.com>
Fri, 18 Dec 2020 12:22:10 +0000 (13:22 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 18 Dec 2020 12:22:10 +0000 (13:22 +0100)
commit3b1d8eb4744d210abcd1c033bf07d20345b926ba
tree40dd29c9e79b68870a46f3034b4f2e65d31b0a06
parent65fdf25768deba4e8bea751773f2ec4f7ff67ea5
lib: move init_constructors()

... into its own CU, for being unrelated to other things in
common/lib.c.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wl@xen.org>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
xen/common/lib.c
xen/lib/Makefile
xen/lib/ctors.c [new file with mode: 0644]