summaryrefslogtreecommitdiff
path: root/arch/nds32/include/asm/elf.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2020-05-22 20:12:06 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2020-10-25 20:03:05 -0400
commit7848d2e26d7a2c436df378f5237105917f070212 (patch)
treeaf0a54bfe94564d9dc5eef20746ade362925b383 /arch/nds32/include/asm/elf.h
parent77f9c902f45f30b7fdeb82e5d3322dd498dd95a4 (diff)
whack-a-mole: USE_ELF_CORE_DUMP
It's been killed off back in 2009. Not a damn thing checks it. Just die, already... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/nds32/include/asm/elf.h')
-rw-r--r--arch/nds32/include/asm/elf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nds32/include/asm/elf.h b/arch/nds32/include/asm/elf.h
index 1c8e56d7013d..1853dc89b8ac 100644
--- a/arch/nds32/include/asm/elf.h
+++ b/arch/nds32/include/asm/elf.h
@@ -126,7 +126,6 @@ struct elf32_hdr;
#define ELF_DATA ELFDATA2LSB
#endif
#define ELF_ARCH EM_NDS32
-#define USE_ELF_CORE_DUMP
#define ELF_EXEC_PAGESIZE PAGE_SIZE
/* This is the location that an ET_DYN program is loaded if exec'ed. Typical