Browse Source

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

tags/v0.9.4
Michael Brown 17 years ago
parent
commit
b87904ab20
2 changed files with 0 additions and 4 deletions
  1. 0
    1
      src/config.h
  2. 0
    3
      src/core/config.c

+ 0
- 1
src/config.h View File

@@ -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 View File

@@ -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…
Cancel
Save