diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-05-08 19:33:47 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-05-08 19:33:47 +0000 |
commit | 8d8269fa9c1908f734d8f3f69fd681ab25865aa5 (patch) | |
tree | 815fb119e0e6e86a54ab2023cffe2826456897a1 /gcc | |
parent | 281524f4cb2726320ecd87179f0ab84cd45951c8 (diff) | |
download | gcc-8d8269fa9c1908f734d8f3f69fd681ab25865aa5.zip gcc-8d8269fa9c1908f734d8f3f69fd681ab25865aa5.tar.gz gcc-8d8269fa9c1908f734d8f3f69fd681ab25865aa5.tar.bz2 |
* doc/invoke.texi: Document -mwindiss option.
From-SVN: r53299
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b2c5a8..c8321e9 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 30271da..d422bf2 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 |