| Submitter | Nathan Froyd |
|---|---|
| Date | Dec. 11, 2009, 5:04 p.m. |
| Message ID | <1260551091-2890-2-git-send-email-froydnj@codesourcery.com> |
| Download | mbox | patch |
| Permalink | /patch/40917/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 682a813..76eb031 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -1767,7 +1767,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
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> --- linux-user/elfload.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)