lkml.org 
[lkml]   [2010]   [Dec]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[Patch 5/21] Rename compat versions of the reusable core generation routines
Rename the ELF class specific functions reusable for the application core dump 
infrastructure. The compat ELF class routines are prepended with compat_ .

Signed-off-by: Suzuki K. Poulose <suzuki@in.ibm.com>
---
fs/compat_binfmt_elf.c | 7 +++++++
1 file changed, 7 insertions(+)

Index: linux-2.6.36-rc7/fs/compat_binfmt_elf.c
===================================================================
--- linux-2.6.36-rc7.orig/fs/compat_binfmt_elf.c
+++ linux-2.6.36-rc7/fs/compat_binfmt_elf.c
@@ -127,6 +127,13 @@ static void cputime_to_compat_timeval(co
#define init_elf_binfmt init_compat_elf_binfmt
#define exit_elf_binfmt exit_compat_elf_binfmt

+/* Rename the functions that may be reused */
+#define fill_elf_header compat_fill_elf_header
+#define fill_psinfo compat_fill_psinfo
+#define fill_prstatus compat_fill_prstatus
+#define fill_extnum_info compat_fill_extnum_info
+#define fill_auxv_note compat_fill_auxv_note
+
/*
* We share all the actual code with the native (64-bit) version.
*/

\
 
 \ /
  Last update: 2010-12-14 11:05    [W:0.256 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site