summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-08-11 02:35:06 +0000
committermarcel <marcel@FreeBSD.org>2004-08-11 02:35:06 +0000
commitfbbaea5f906ae98c3b2fe400a10aa7f73d292697 (patch)
tree6873386d3adcd9d8f724266b497cb4615a353766 /sys/alpha
parent36e89f928c8909ce943566776b5922f293e7dcd5 (diff)
downloadFreeBSD-src-fbbaea5f906ae98c3b2fe400a10aa7f73d292697.zip
FreeBSD-src-fbbaea5f906ae98c3b2fe400a10aa7f73d292697.tar.gz
Add __elfN(dump_thread). This function is called from __elfN(coredump)
to allow dumping per-thread machine specific notes. On ia64 we use this function to flush the dirty registers onto the backingstore before we write out the PRSTATUS notes. Tested on: alpha, amd64, i386, ia64 & sparc64 Not tested on: arm, powerpc
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/elf_machdep.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/alpha/alpha/elf_machdep.c b/sys/alpha/alpha/elf_machdep.c
index 25c3ac7..6937e84 100644
--- a/sys/alpha/alpha/elf_machdep.c
+++ b/sys/alpha/alpha/elf_machdep.c
@@ -106,6 +106,13 @@ SYSINIT(oelf64, SI_SUB_EXEC, SI_ORDER_ANY,
&freebsd_brand_oinfo);
+void
+elf64_dump_thread(struct thread *td __unused, void *dst __unused,
+ size_t *off __unused)
+{
+}
+
+
/* Process one elf relocation with addend. */
static int
elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data,
OpenPOWER on IntegriCloud