aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2014-10-18 13:38:04 +0000
committerAndrew Turner <andrew@FreeBSD.org>2014-10-18 13:38:04 +0000
commit5c8f95d56d4e9e298243e85dd456abea736b66dc (patch)
tree6321e22211e46cdccf8c8c09ba9a5347727c7a26 /sys/conf
parent5817298f3131b8fa6d0e0a553b28a5a5be966381 (diff)
downloadsrc-5c8f95d56d4e9e298243e85dd456abea736b66dc.tar.gz
src-5c8f95d56d4e9e298243e85dd456abea736b66dc.zip
Add an elf not so kgdb detects the kernel as a FreeBSD elf file. The
ELFNOTE macro is based on one from the FreeBSD/ARM Xen tree [1]. Obtained from: Julien Grall <julien.grall AT linaro.org> [1]
Notes
Notes: svn path=/head/; revision=273251
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index f8c5fc4aaab3..d5a5b66aa2e7 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -18,6 +18,7 @@ arm/arm/devmap.c standard
arm/arm/disassem.c optional ddb
arm/arm/dump_machdep.c standard
arm/arm/elf_machdep.c standard
+arm/arm/elf_note.S standard
arm/arm/exception.S standard
arm/arm/fiq.c standard
arm/arm/fiq_subr.S standard