aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_core.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-07 10:53:34 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-07 10:53:34 +0000
commit0cb97f4d8bff4b430318d74d7235ec3568ec5771 (patch)
tree04051fe5650389718baf1bda3ef8c1992c7b4c1c /tools/libxc/xc_core.h
parent9de4f0c67def5ab75c4f5a9a4428b719e149e8b2 (diff)
downloadxen-0cb97f4d8bff4b430318d74d7235ec3568ec5771.tar.gz
xen-0cb97f4d8bff4b430318d74d7235ec3568ec5771.tar.bz2
xen-0cb97f4d8bff4b430318d74d7235ec3568ec5771.zip
dump-core: always use elfclass64 format to support x86_32pae.
Without this patch xen dump-core format can't handle over 4GB case. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'tools/libxc/xc_core.h')
-rw-r--r--tools/libxc/xc_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libxc/xc_core.h b/tools/libxc/xc_core.h
index cf5b15d12b..5b1c9b5a33 100644
--- a/tools/libxc/xc_core.h
+++ b/tools/libxc/xc_core.h
@@ -116,10 +116,10 @@ struct xen_dumpcore_p2m {
struct xc_core_strtab;
struct xc_core_section_headers;
-Elf_Shdr*
+Elf64_Shdr*
xc_core_shdr_get(struct xc_core_section_headers *sheaders);
int
-xc_core_shdr_set(Elf_Shdr *shdr,
+xc_core_shdr_set(Elf64_Shdr *shdr,
struct xc_core_strtab *strtab,
const char *name, uint32_t type,
uint64_t offset, uint64_t size,