Initial patches for IA-64 EFI (64-bit PE) support.
authorJim Wilson <wilson@tuliptree.org>
Mon, 17 Apr 2000 23:45:22 +0000 (23:45 +0000)
committerJim Wilson <wilson@tuliptree.org>
Mon, 17 Apr 2000 23:45:22 +0000 (23:45 +0000)
commit63fa1674919c94757f30a6e050f015eba30ee229
tree6f20000520cc4b9b3907a48169bc3be0d6269512
parenta5a512254925eec0df34f2ae94e8ae620edf24a8
Initial patches for IA-64 EFI (64-bit PE) support.
* pe.h (PEP64AOUTHDR): New header for PE+.
(PEP64AOUTSZ): New macro.
(IMAGE_SUBSYSTEM_UNKNOWN): New macro.
(IMAGE_SUBSYSTEM_NATIVE): Ditto.
(IMAGE_SUBSYSTEM_WINDOWS_GUI): Ditto.
(IMAGE_SUBSYSTEM_WINDOWS_CUI): Ditto.
(IMAGE_SUBSYSTEM_POSIX_CUI): Ditto.
(IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): Ditto.
(IMAGE_SUBSYSTEM_EFI_APPLICATION): Ditto.
(IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER): Ditto.
(IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER): Ditto.
* internal.h (PE_DEF_FILE_ALIGNMENT): Define only if not defined
already.
* ia64.h: New file.
include/coff/ChangeLog
include/coff/ia64.h [new file with mode: 0644]
include/coff/internal.h
include/coff/pe.h
This page took 0.02625 seconds and 4 git commands to generate.