git: kernel - Adjust vkernel build for builtin changes
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Sep 25 09:29:20 PDT 2018
commit c90b3c6a8cee571a0d0f8a3255724347a9772e7e
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Sep 25 09:27:18 2018 -0700
kernel - Adjust vkernel build for builtin changes
* Adjust the vkernel build to be compatible with the
macros changes for bcopy, etc.
* It appears that since e.g. 'bcopy' is a PLT symbol in libc,
that I cannot simply create a weak '_bcopy' symbol that
points to it. So this solution is a bit of a hack.
Summary of changes:
sys/platform/vkernel64/x86_64/cpu_regs.c | 3 ++-
sys/platform/vkernel64/x86_64/global.s | 32 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c90b3c6a8cee571a0d0f8a3255724347a9772e7e
--
DragonFly BSD source repository
More information about the Commits
mailing list