diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-26 09:42:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-26 09:42:04 +0000 |
commit | 33f362e109d8c3c8604550bdc952edc1c67062fc (patch) | |
tree | 272c38249840ca005ca79bce54a3e3c7f4b311ae /ld/ld.texinfo | |
parent | f25861cde01186e2d355ec8ec46e2c0e7e3090f6 (diff) | |
download | fsf-binutils-gdb-33f362e109d8c3c8604550bdc952edc1c67062fc.zip fsf-binutils-gdb-33f362e109d8c3c8604550bdc952edc1c67062fc.tar.gz fsf-binutils-gdb-33f362e109d8c3c8604550bdc952edc1c67062fc.tar.bz2 |
Add support for --subsystem:xbox as well as --subsystem:<number>.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index b21313a..3e80ac3 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -2197,8 +2197,9 @@ committed. @itemx --subsystem @var{which}:@var{major}.@var{minor} Specifies the subsystem under which your program will execute. The legal values for @var{which} are @code{native}, @code{windows}, -@code{console}, and @code{posix}. You may optionally set the -subsystem version also. +@code{console}, @code{posix}, and @code{xbox}. You may optionally set +the subsystem version also. Numeric values are also accepted for +@var{which}. [This option is specific to the i386 PE targeted port of the linker] @end table |