This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] update ld documentation


'wince' is accepted as a possible subsystem, thus, update the documentation to reflect that.

-Jeff
2003-08-04  Jeff Muizelaar  <muizelaar@rogers.com>

	* ld.texinfo: Add wince to the list of possible subsystems.
diff -urN binutils-030804/ld/ld.texinfo binutils-wince-doc/ld/ld.texinfo
--- binutils-030804/ld/ld.texinfo	2003-07-27 07:58:28.000000000 -0400
+++ binutils-wince-doc/ld/ld.texinfo	2003-08-04 15:14:45.000000000 -0400
@@ -2031,8 +2031,8 @@
 @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{wince}.  You may optionally set
+the subsystem version also.
 [This option is specific to the i386 PE targeted port of the linker]
 
 @end table

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]