patch-2.4.0-test6 linux/arch/mips64/kernel/binfmt_elf32.c
Next file: linux/arch/mips64/kernel/entry.S
Previous file: linux/arch/mips64/defconfig-ip27
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Jul 27 18:36:54 2000
- Orig file:
v2.4.0-test5/linux/arch/mips64/kernel/binfmt_elf32.c
- Orig date:
Fri Jul 14 12:12:05 2000
diff -u --recursive --new-file v2.4.0-test5/linux/arch/mips64/kernel/binfmt_elf32.c linux/arch/mips64/kernel/binfmt_elf32.c
@@ -1,5 +1,4 @@
-/* $Id: binfmt_elf32.c,v 1.1 1999/11/24 06:56:13 ralf Exp $
- *
+/*
* Support for 32-bit Linux/MIPS ELF binaries.
*
* Copyright (C) 1999 Ralf Baechle
@@ -28,7 +27,8 @@
typedef double elf_fpreg_t;
typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
-#define elf_check_arch(x) ((x)->e_machine == EM_MIPS || (x)->e_machine == EM_MIPS_RS4_BE)
+#define elf_check_arch(x) \
+ ((x)->e_machine == EM_MIPS || (x)->e_machine == EM_MIPS_RS4_BE)
#define TASK32_SIZE 0x80000000UL
#undef ELF_ET_DYN_BASE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)