aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.rootkeys1
-rw-r--r--tools/libxc/plan9a.out.h28
2 files changed, 0 insertions, 29 deletions
diff --git a/.rootkeys b/.rootkeys
index ba0f52af7b..74c4f48bbf 100644
--- a/.rootkeys
+++ b/.rootkeys
@@ -733,7 +733,6 @@
428f0763_67jCiHbdgfGlgAOJqfg9A tools/ioemu/x86_64.ld
3fbba6dbDfYvJSsw9500b4SZyUhxjQ tools/libxc/Makefile
41dde8afKYRKxS4XtLv1KUegGQy_bg tools/libxc/linux_boot_params.h
-41cc934abX-QLXJXW_clV_wRjM0zYg tools/libxc/plan9a.out.h
3fbba6dc1uU7U3IFeF6A-XEOYF2MkQ tools/libxc/rpm.spec
3fbba6dcrNxtygEcgJYAJJ1gCQqfsA tools/libxc/xc.h
42bbe5b9J1BFuxACiiyj38Fucc2xgg tools/libxc/xc_aout9.h
diff --git a/tools/libxc/plan9a.out.h b/tools/libxc/plan9a.out.h
deleted file mode 100644
index d53f636517..0000000000
--- a/tools/libxc/plan9a.out.h
+++ /dev/null
@@ -1,28 +0,0 @@
-
-typedef struct Exec
-{
- long magic; /* magic number */
- long text; /* size of text segment */
- long data; /* size of initialized data */
- long bss; /* size of uninitialized data */
- long syms; /* size of symbol table */
- long entry; /* entry point */
- long spsz; /* size of pc/sp offset table */
- long pcsz; /* size of pc/line number table */
-} Exec;
-
-#define _MAGIC(b) ((((4*b)+0)*b)+7)
-#define A_MAGIC _MAGIC(8) /* 68020 */
-#define I_MAGIC _MAGIC(11) /* intel 386 */
-#define J_MAGIC _MAGIC(12) /* intel 960 */
-#define K_MAGIC _MAGIC(13) /* sparc */
-#define V_MAGIC _MAGIC(16) /* mips 3000 */
-#define X_MAGIC _MAGIC(17) /* att dsp 3210 */
-#define M_MAGIC _MAGIC(18) /* mips 4000 */
-#define D_MAGIC _MAGIC(19) /* amd 29000 */
-#define E_MAGIC _MAGIC(20) /* arm 7-something */
-#define Q_MAGIC _MAGIC(21) /* powerpc */
-#define N_MAGIC _MAGIC(22) /* mips 4000 LE */
-#define L_MAGIC _MAGIC(23) /* dec alpha */
-#define P_MAGIC _MAGIC(24) /* mips 3000 LE */
-