summaryrefslogtreecommitdiffstats
path: root/linux-user
diff options
context:
space:
mode:
authorNathan Froyd2009-12-11 18:04:45 +0100
committerAurelien Jarno2009-12-19 20:29:18 +0100
commitdd0a365144ed47627eab4a9cccc938517c690b73 (patch)
treea46cb883f3632a6eef1ee58175ea064e871a05ab /linux-user
parentlinux-user: use TARGET_ABI_FMT_lx to print abi_ulong types (diff)
downloadqemu-dd0a365144ed47627eab4a9cccc938517c690b73.tar.gz
qemu-dd0a365144ed47627eab4a9cccc938517c690b73.tar.xz
qemu-dd0a365144ed47627eab4a9cccc938517c690b73.zip
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>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/elfload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c
index 46fa51b2a8..987354192a 100644
--- a/linux-user/elfload.c
+++ b/linux-user/elfload.c
@@ -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