aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-11-26 09:42:04 +0000
committerNick Clifton <nickc@redhat.com>2004-11-26 09:42:04 +0000
commit33f362e109d8c3c8604550bdc952edc1c67062fc (patch)
tree272c38249840ca005ca79bce54a3e3c7f4b311ae /ld/ld.texinfo
parentf25861cde01186e2d355ec8ec46e2c0e7e3090f6 (diff)
downloadfsf-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.texinfo5
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