Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog5
-rw-r--r--include/coff/pe.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index acfc3dcb7..e274a79eb 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
+
+ * pe.h (IMAGE_SUBSYSTEM_EFI_ROM): Renamed to ...
+ (IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER): This.
+
2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
* xcoff.h (xcoff_link_hash_table): Move to bfd/xcofflink.c.
diff --git a/include/coff/pe.h b/include/coff/pe.h
index a7fdd76a3..c7e7bd26f 100644
--- a/include/coff/pe.h
+++ b/include/coff/pe.h
@@ -161,7 +161,7 @@
#define IMAGE_SUBSYSTEM_EFI_APPLICATION 10
#define IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER 11
#define IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER 12
-#define IMAGE_SUBSYSTEM_EFI_ROM 13
+#define IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER 13
#define IMAGE_SUBSYSTEM_XBOX 14
/* Magic values that are true for all dos/nt implementations. */