linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusion
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
49995e1748
commit
dd0a365144
@ -1764,7 +1764,7 @@ int load_elf_binary(struct linux_binprm * bprm, struct target_pt_regs * regs,
|
||||
* Core dump code is copied from linux kernel (fs/binfmt_elf.c).
|
||||
*
|
||||
* Porting ELF coredump for target is (quite) simple process. First you
|
||||
* define ELF_USE_CORE_DUMP in target ELF code (where init_thread() for
|
||||
* define USE_ELF_CORE_DUMP in target ELF code (where init_thread() for
|
||||
* the target resides):
|
||||
*
|
||||
* #define USE_ELF_CORE_DUMP
|
||||
|
Loading…
Reference in New Issue
Block a user