Mailing List Archive

[xen-unstable] xen: Remove unused elf32.c.
# HG changeset patch
# User kaf24@localhost.localdomain
# Date 1169819189 0
# Node ID 5d440c35a7843539848e573a64cb3968ce302185
# Parent 057c4c2991fa650e91300301e5cac865f98889d2
xen: Remove unused elf32.c.
Signed-off-by: Keir Fraser <keir@xensource.com>
---
xen/common/elf32.c | 19 -------------------
xen/common/Makefile | 2 --
2 files changed, 21 deletions(-)

diff -r 057c4c2991fa -r 5d440c35a784 xen/common/Makefile
--- a/xen/common/Makefile Fri Jan 26 13:36:52 2007 +0000
+++ b/xen/common/Makefile Fri Jan 26 13:46:29 2007 +0000
@@ -2,8 +2,6 @@ obj-y += bitmap.o
obj-y += bitmap.o
obj-y += domctl.o
obj-y += domain.o
-#obj-y += elf.o
-#obj-$(CONFIG_COMPAT) += elf32.o
obj-y += event_channel.o
obj-y += grant_table.o
obj-y += kernel.o
diff -r 057c4c2991fa -r 5d440c35a784 xen/common/elf32.c
--- a/xen/common/elf32.c Fri Jan 26 13:36:52 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-/******************************************************************************
- * elf32.c
- *
- * Stub to support 32-bit ELF images on 64-bit platforms.
- */
-
-#include <xen/config.h>
-#undef ELFSIZE
-#define ELFSIZE 32
-#include <xen/types.h>
-#include <xen/elf.h>
-
-#define xen_elfnote_string xen_elf32note_string
-#define xen_elfnote_numeric xen_elf32note_numeric
-#define parseelfimage parseelf32image
-#define loadelfimage loadelf32image
-#define elf_sanity_check elf32_sanity_check
-
-#include "elf.c"

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog