Skip to content

Commit

Permalink
whack-a-mole: USE_ELF_CORE_DUMP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro committed Oct 26, 2020
1 parent 77f9c90 commit 7848d2e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion arch/c6x/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ do { \
/* Nothing for now. Need to setup DP... */
#define ELF_PLAT_INIT(_r)

#define USE_ELF_CORE_DUMP
#define ELF_EXEC_PAGESIZE 4096

#define ELF_CORE_COPY_REGS(_dest, _regs) \
Expand Down
1 change: 0 additions & 1 deletion arch/csky/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/*
* These are used to set parameters in the core dumps.
*/
#define USE_ELF_CORE_DUMP
#define ELF_EXEC_PAGESIZE 4096
#define ELF_CLASS ELFCLASS32
#define ELF_PLAT_INIT(_r, load_addr) { _r->a0 = 0; }
Expand Down
1 change: 0 additions & 1 deletion arch/hexagon/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ do { \
*/
#define ELF_PLAT_INIT(regs, load_addr) do { } while (0)

#define USE_ELF_CORE_DUMP
#define CORE_DUMP_USE_REGSET

/* Hrm is this going to cause problems for changing PAGE_SIZE? */
Expand Down
1 change: 0 additions & 1 deletion arch/nds32/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7848d2e

Please sign in to comment.