aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux64
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2021-06-30 16:45:21 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2021-06-30 21:45:06 +0000
commit447636e43c08d697664512a50f00f93f41c0a79f (patch)
tree796872db1ad295922323a5484575bc5645fac5ec /sys/modules/linux64
parent8c2dd68caa963f1900a8228b0732b04f5d530ffa (diff)
downloadsrc-447636e43c08d697664512a50f00f93f41c0a79f.tar.gz
src-447636e43c08d697664512a50f00f93f41c0a79f.zip
linux(4): implement coredump support
Implement dumping core for Linux binaries on amd64, for both 32- and 64-bit executables. Some bits are still missing. This is based on a prototype by chuck@. Reviewed By: kib Sponsored By: EPSRC Differential Revision: https://reviews.freebsd.org/D30019
Diffstat (limited to 'sys/modules/linux64')
-rw-r--r--sys/modules/linux64/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile
index c081151e3fc5..d70983354407 100644
--- a/sys/modules/linux64/Makefile
+++ b/sys/modules/linux64/Makefile
@@ -18,6 +18,7 @@ SRCS= linux_fork.c linux_dummy_machdep.c linux_file.c linux_event.c \
linux_support.s
.if ${MACHINE_CPUARCH} == "amd64"
SRCS+= linux_dummy_x86.c
+SRCS+= linux_elf64.c
.endif
DPSRCS= assym.inc linux_genassym.c