瀏覽代碼

Remove reference to COFF support. I can find no trace of ever having supported it.

tags/v0.9.4
Michael Brown 17 年之前
父節點
當前提交
b87904ab20
共有 2 個檔案被更改,包括 0 行新增4 行删除
  1. 0
    1
      src/config.h
  2. 0
    3
      src/core/config.c

+ 0
- 1
src/config.h 查看文件

@@ -103,7 +103,6 @@
103 103
 #undef	IMAGE_NBI		/* NBI image support */
104 104
 #undef	IMAGE_ELF64		/* ELF64 image support */
105 105
 #undef	IMAGE_ELF		/* ELF image support */
106
-#undef	IMAGE_COFF		/* COFF image support */
107 106
 #undef	IMAGE_FREEBSD		/* FreeBSD kernel image support */
108 107
 #define	IMAGE_MULTIBOOT		/* MultiBoot image support */
109 108
 #undef	IMAGE_AOUT		/* a.out image support */

+ 0
- 3
src/core/config.c 查看文件

@@ -125,9 +125,6 @@ REQUIRE_OBJECT ( elf64 );
125 125
 #ifdef IMAGE_ELF
126 126
 REQUIRE_OBJECT ( elf );
127 127
 #endif
128
-#ifdef IMAGE_ELF
129
-REQUIRE_OBJECT ( coff );
130
-#endif
131 128
 #ifdef IMAGE_FREEBSD
132 129
 REQUIRE_OBJECT ( freebsd );
133 130
 #endif

Loading…
取消
儲存