Commit 6d2f9dd3 by James A. Morrison Committed by Gerald Pfeifer

invoke.texi: Eliminate extra white-space caused by @gccoptlist{ on its own line.

	* doc/invoke.texi: Eliminate extra white-space caused by
	@gccoptlist{ on its own line.
	* doc/invoke.texi: Ensured there are two spaces between each option.
	* doc/invoke.texi: Re-wrapped option lines that were too wide.
	Added @gol to options that didn't have them.

From-SVN: r65466
parent 94de45d9
2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
* doc/invoke.texi: Eliminate extra white-space caused by
@gccoptlist{ on its own line.
* doc/invoke.texi: Ensured there are two spaces between each option.
* doc/invoke.texi: Re-wrapped option lines that were too wide.
Added @gol to options that didn't have them.
2003-04-11 Nathan Sidwell <nathan@codesourcery.com> 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
* Makefile.in (loop-init.o): Do not depend on gcov-io.h, * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
......
...@@ -433,8 +433,7 @@ in the following sections. ...@@ -433,8 +433,7 @@ in the following sections.
-msdata=@var{opt} -mvxworks -mwindiss -G @var{num} -pthread} -msdata=@var{opt} -mvxworks -mwindiss -G @var{num} -pthread}
@emph{Darwin Options} @emph{Darwin Options}
@gccoptlist{ @gccoptlist{-all_load -allowable_client -arch -arch_errors_fatal @gol
-all_load -allowable_client -arch -arch_errors_fatal @gol
-arch_only -bind_at_load -bundle -bundle_loader @gol -arch_only -bind_at_load -bundle -bundle_loader @gol
-client_name -compatibility_version -current_version @gol -client_name -compatibility_version -current_version @gol
-dependency-file -dylib_file -dylinker_install_name @gol -dependency-file -dylib_file -dylinker_install_name @gol
...@@ -452,17 +451,16 @@ in the following sections. ...@@ -452,17 +451,16 @@ in the following sections.
-segprot -segs_read_only_addr -segs_read_write_addr @gol -segprot -segs_read_only_addr -segs_read_write_addr @gol
-single_module -static -sub_library -sub_umbrella @gol -single_module -static -sub_library -sub_umbrella @gol
-twolevel_namespace -umbrella -undefined @gol -twolevel_namespace -umbrella -undefined @gol
-unexported_symbols_list -weak_reference_mismatches -whatsloaded} -unexported_symbols_list -weak_reference_mismatches @gol
-whatsloaded}
@emph{RT Options} @emph{RT Options}
@gccoptlist{ @gccoptlist{-mcall-lib-mul -mfp-arg-in-fpregs -mfp-arg-in-gregs @gol
-mcall-lib-mul -mfp-arg-in-fpregs -mfp-arg-in-gregs @gol
-mfull-fp-blocks -mhc-struct-return -min-line-mul @gol -mfull-fp-blocks -mhc-struct-return -min-line-mul @gol
-mminimum-fp-blocks -mnohc-struct-return} -mminimum-fp-blocks -mnohc-struct-return}
@emph{MIPS Options} @emph{MIPS Options}
@gccoptlist{ @gccoptlist{-mabicalls -march=@var{cpu-type} -mtune=@var{cpu=type} @gol
-mabicalls -march=@var{cpu-type} -mtune=@var{cpu=type} @gol
-mcpu=@var{cpu-type} -membedded-data -muninit-const-in-rodata @gol -mcpu=@var{cpu-type} -membedded-data -muninit-const-in-rodata @gol
-membedded-pic -mfp32 -mfp64 -mfused-madd -mno-fused-madd @gol -membedded-pic -mfp32 -mfp64 -mfused-madd -mno-fused-madd @gol
-mgas -mgp32 -mgp64 @gol -mgas -mgp32 -mgp64 @gol
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment