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:
authorH.J. Lu <hjl.tools@gmail.com>2009-04-17 19:03:47 +0400
committerH.J. Lu <hjl.tools@gmail.com>2009-04-17 19:03:47 +0400
commit33990d814fd589192fee53ad890d18a5e1824a01 (patch)
treee03444c9ce6624fa1d391aacea7608ba04a89dbc /include/coff
parent0351fbd504d344a47b6f160a6034f1ffb27f1b62 (diff)
bfd/
2009-04-17 H.J. Lu <hongjiu.lu@intel.com> * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Replace IMAGE_SUBSYSTEM_EFI_ROM with IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER. binutils/ 2009-04-17 H.J. Lu <hongjiu.lu@intel.com> * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd. * doc/binutils.texi: Likewise. include/coff/ 2009-04-17 H.J. Lu <hongjiu.lu@intel.com> * pe.h (IMAGE_SUBSYSTEM_EFI_ROM): Renamed to ... (IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER): This.
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. */