diff options
author | Craig Heffner <cheffner@tacnetsol.com> | 2011-12-05 14:14:27 -0500 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2014-06-17 09:21:41 +0300 |
commit | d3606f07440ee2c2bebea2b9932938e08b66d90b (patch) | |
tree | 13bf115c8f4aa1a5a0612ba6d106aebd4f95b579 /device-hotplug.c | |
parent | 480eda2eda7c464e252f17ac87ec61bccc14f285 (diff) |
User mode support for Linux ELF files with no section header
In user mode Linux, Qemu currently refuses to load ELF files that do not
contain section headers (ehdr->e_shentsize == 0). Since section headers are not
required in order to load an ELF file, simply removing the e_shentsize check in
elf_check_ehdr() allows ELF binaries with no section headers to be run properly
in user mode:
Signed-off-by: Craig Heffner <cheffner@tacnetsol.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'device-hotplug.c')
0 files changed, 0 insertions, 0 deletions