diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-04-17 15:03:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-04-17 15:03:48 +0000 |
commit | d9118602518511148f81961bbdd632439db10a19 (patch) | |
tree | ab89a9c4570a242b41b81ffb924d637bd6ab852a /binutils/doc | |
parent | 0ca8834fefbac631db977455dad0582bd8a52760 (diff) | |
download | binutils-d9118602518511148f81961bbdd632439db10a19.zip binutils-d9118602518511148f81961bbdd632439db10a19.tar.gz binutils-d9118602518511148f81961bbdd632439db10a19.tar.bz2 |
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 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index fe30d6a..cdec81f 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1564,7 +1564,7 @@ to be used as stack for this program. Specifies the subsystem under which your program will execute. The legal values for @var{which} are @code{native}, @code{windows}, @code{console}, @code{posix}, @code{efi-app}, @code{efi-bsd}, -@code{efi-rtd}, @code{efi-rom}, and @code{xbox}. You may optionally set +@code{efi-rtd}, @code{sal-rtd}, and @code{xbox}. You may optionally set the subsystem version also. Numeric values are also accepted for @var{which}. [This option is specific to PE targets.] |