|
@@ -167,6 +167,7 @@ typedef elf_vrreg_t elf_vrregset_t32[ELF_NVRREG32];
|
|
#define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
|
|
#define elf_check_arch(x) ((x)->e_machine == ELF_ARCH)
|
|
|
|
|
|
#define USE_ELF_CORE_DUMP
|
|
#define USE_ELF_CORE_DUMP
|
|
|
|
+#define CORE_DUMP_USE_REGSET
|
|
#define ELF_EXEC_PAGESIZE PAGE_SIZE
|
|
#define ELF_EXEC_PAGESIZE PAGE_SIZE
|
|
|
|
|
|
/* This is the location that an ET_DYN program is loaded if exec'ed. Typical
|
|
/* This is the location that an ET_DYN program is loaded if exec'ed. Typical
|