diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-15 16:34:07 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-15 16:34:07 +0000 |
commit | 8c7de32e7cc44b3dc7ba80c4d4dc26e8e74175ba (patch) | |
tree | d6674ea8f13a4b329b2b3e9e017985e301c5c797 /gcc/doc | |
parent | e0423ef49d0140878727b0332a8c2588bc9b05fd (diff) | |
download | ppe42-gcc-8c7de32e7cc44b3dc7ba80c4d4dc26e8e74175ba.tar.gz ppe42-gcc-8c7de32e7cc44b3dc7ba80c4d4dc26e8e74175ba.zip |
* invoke.texi (Spec Files): Wrap if-exists-else example.
(MCore): Remove duplicate @itemx entries and @opindex entries.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65645 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 689d2cea623..dd3c325d8fa 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5376,7 +5376,8 @@ based on the existence of the first. Here is a small example of its usage: @smallexample *startfile: -crt0%O%s %:if-exists(crti%O%s) %:if-exists-else(crtbeginT%O%s crtbegin%O%s) +crt0%O%s %:if-exists(crti%O%s) \ +%:if-exists-else(crtbeginT%O%s crtbegin%O%s) @end smallexample @end table @@ -9737,75 +9738,57 @@ processors. @table @gcctabopt @item -mhardlit -@itemx -mhardlit @itemx -mno-hardlit @opindex mhardlit -@opindex mhardlit @opindex mno-hardlit Inline constants into the code stream if it can be done in two instructions or less. @item -mdiv -@itemx -mdiv @itemx -mno-div @opindex mdiv -@opindex mdiv @opindex mno-div Use the divide instruction. (Enabled by default). @item -mrelax-immediate -@itemx -mrelax-immediate @itemx -mno-relax-immediate @opindex mrelax-immediate -@opindex mrelax-immediate @opindex mno-relax-immediate Allow arbitrary sized immediates in bit operations. @item -mwide-bitfields -@itemx -mwide-bitfields @itemx -mno-wide-bitfields @opindex mwide-bitfields -@opindex mwide-bitfields @opindex mno-wide-bitfields Always treat bit-fields as int-sized. @item -m4byte-functions -@itemx -m4byte-functions @itemx -mno-4byte-functions @opindex m4byte-functions -@opindex m4byte-functions @opindex mno-4byte-functions Force all functions to be aligned to a four byte boundary. @item -mcallgraph-data -@itemx -mcallgraph-data @itemx -mno-callgraph-data @opindex mcallgraph-data -@opindex mcallgraph-data @opindex mno-callgraph-data Emit callgraph information. @item -mslow-bytes -@itemx -mslow-bytes @itemx -mno-slow-bytes @opindex mslow-bytes -@opindex mslow-bytes @opindex mno-slow-bytes Prefer word access when reading byte quantities. @item -mlittle-endian -@itemx -mlittle-endian @itemx -mbig-endian @opindex mlittle-endian -@opindex mlittle-endian @opindex mbig-endian Generate code for a little endian target. @item -m210 -@itemx -m210 @itemx -m340 @opindex m210 -@opindex m210 @opindex m340 Generate code for the 210 processor. @end table |