From 8d4926dc4377aabe87de631447c7252e9a41121a Mon Sep 17 00:00:00 2001
From: mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 8 May 2002 19:33:47 +0000
Subject: [PATCH] 	* doc/invoke.texi: Document -mwindiss option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53299 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog       | 4 ++++
 gcc/doc/invoke.texi | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5b2c5a832810..c8321e9a642c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-08  Mark Mitchell  <mark@codesourcery.com>
+
+	* doc/invoke.texi: Document -mwindiss option.
+
 2002-05-08  Jason Merrill  <jason@redhat.com>
 
 	* dwarf2out.c (output_call_frame_info): Don't emit a CIE with no FDEs.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 30271da384ba..d422bf2ecbf5 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -450,7 +450,7 @@ in the following sections.
 -mabi=altivec -mabi=no-altivec @gol
 -mprototype  -mno-prototype @gol
 -msim  -mmvme  -mads  -myellowknife  -memb -msdata @gol
--msdata=@var{opt}  -mvxworks -G @var{num} -pthread}
+-msdata=@var{opt}  -mvxworks -mwindiss -G @var{num} -pthread}
 
 @emph{RT Options}
 @gccoptlist{
@@ -6729,6 +6729,10 @@ On embedded PowerPC systems, assume that the startup module is called
 On System V.4 and embedded PowerPC systems, specify that you are
 compiling for a VxWorks system.
 
+@item -mwindiss
+@opindex mwindiss
+Specify that you are compiling for the WindISS simulation environment.
+
 @item -memb
 @opindex memb
 On embedded PowerPC systems, set the @var{PPC_EMB} bit in the ELF flags
-- 
GitLab