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
 #undef	IMAGE_NBI		/* NBI image support */
103
 #undef	IMAGE_NBI		/* NBI image support */
104
 #undef	IMAGE_ELF64		/* ELF64 image support */
104
 #undef	IMAGE_ELF64		/* ELF64 image support */
105
 #undef	IMAGE_ELF		/* ELF image support */
105
 #undef	IMAGE_ELF		/* ELF image support */
106
-#undef	IMAGE_COFF		/* COFF image support */
107
 #undef	IMAGE_FREEBSD		/* FreeBSD kernel image support */
106
 #undef	IMAGE_FREEBSD		/* FreeBSD kernel image support */
108
 #define	IMAGE_MULTIBOOT		/* MultiBoot image support */
107
 #define	IMAGE_MULTIBOOT		/* MultiBoot image support */
109
 #undef	IMAGE_AOUT		/* a.out image support */
108
 #undef	IMAGE_AOUT		/* a.out image support */

+ 0
- 3
src/core/config.c View File

125
 #ifdef IMAGE_ELF
125
 #ifdef IMAGE_ELF
126
 REQUIRE_OBJECT ( elf );
126
 REQUIRE_OBJECT ( elf );
127
 #endif
127
 #endif
128
-#ifdef IMAGE_ELF
129
-REQUIRE_OBJECT ( coff );
130
-#endif
131
 #ifdef IMAGE_FREEBSD
128
 #ifdef IMAGE_FREEBSD
132
 REQUIRE_OBJECT ( freebsd );
129
 REQUIRE_OBJECT ( freebsd );
133
 #endif
130
 #endif

Loading…
Cancel
Save