Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 683640 | Differences between
and this patch

Collapse All | Expand All

(-)a/linux-user/elfload.c (-1 / +5 lines)
Lines 2648-2653 int load_elf_binary(struct linux_binprm *bprm, struct image_info *info) Link Here
2648
    char *elf_interpreter = NULL;
2648
    char *elf_interpreter = NULL;
2649
    char *scratch;
2649
    char *scratch;
2650
2650
2651
    memset(&interp_info, 0, sizeof(interp_info));
2652
#ifdef TARGET_MIPS
2653
    interp_info.fp_abi = MIPS_ABI_FP_UNKNOWN;
2654
#endif
2655
2651
    info->start_mmap = (abi_ulong)ELF_START_MMAP;
2656
    info->start_mmap = (abi_ulong)ELF_START_MMAP;
2652
2657
2653
    load_elf_image(bprm->filename, bprm->fd, info,
2658
    load_elf_image(bprm->filename, bprm->fd, info,
2654
- 

Return to bug 683640