|
@@ -1,5 +1,6 @@
|
|
/*
|
|
/*
|
|
* Support for n32 Linux/MIPS ELF binaries.
|
|
* Support for n32 Linux/MIPS ELF binaries.
|
|
|
|
+ * Author: Ralf Baechle (ralf@linux-mips.org)
|
|
*
|
|
*
|
|
* Copyright (C) 1999, 2001 Ralf Baechle
|
|
* Copyright (C) 1999, 2001 Ralf Baechle
|
|
* Copyright (C) 1999, 2001 Silicon Graphics, Inc.
|
|
* Copyright (C) 1999, 2001 Silicon Graphics, Inc.
|
|
@@ -37,7 +38,6 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
|
#define ELF_ET_DYN_BASE (TASK32_SIZE / 3 * 2)
|
|
#define ELF_ET_DYN_BASE (TASK32_SIZE / 3 * 2)
|
|
|
|
|
|
#include <asm/processor.h>
|
|
#include <asm/processor.h>
|
|
-#include <linux/module.h>
|
|
|
|
#include <linux/elfcore.h>
|
|
#include <linux/elfcore.h>
|
|
#include <linux/compat.h>
|
|
#include <linux/compat.h>
|
|
#include <linux/math64.h>
|
|
#include <linux/math64.h>
|
|
@@ -96,12 +96,6 @@ jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value)
|
|
|
|
|
|
#define ELF_CORE_EFLAGS EF_MIPS_ABI2
|
|
#define ELF_CORE_EFLAGS EF_MIPS_ABI2
|
|
|
|
|
|
-MODULE_DESCRIPTION("Binary format loader for compatibility with n32 Linux/MIPS binaries");
|
|
|
|
-MODULE_AUTHOR("Ralf Baechle (ralf@linux-mips.org)");
|
|
|
|
-
|
|
|
|
-#undef MODULE_DESCRIPTION
|
|
|
|
-#undef MODULE_AUTHOR
|
|
|
|
-
|
|
|
|
#undef TASK_SIZE
|
|
#undef TASK_SIZE
|
|
#define TASK_SIZE TASK_SIZE32
|
|
#define TASK_SIZE TASK_SIZE32
|
|
|
|
|