Commit f5034c5e by James A. Morrison Committed by Gerald Pfeifer

invoke.texi (Spec Files): Wrap if-exists-else example.

	* invoke.texi (Spec Files): Wrap if-exists-else example.
	(MCore): Remove duplicate @itemx entries and @opindex entries.

From-SVN: r65645
parent ac5f3b67
2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
* invoke.texi (Spec Files): Wrap if-exists-else example.
(MCore): Remove duplicate @itemx entries and @opindex entries.
2003-04-15 Ulrich Weigand <uweigand@de.ibm.com> 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
* unwind.inc (_Unwind_Backtrace): New function. * unwind.inc (_Unwind_Backtrace): New function.
......
...@@ -5376,7 +5376,8 @@ based on the existence of the first. Here is a small example of its usage: ...@@ -5376,7 +5376,8 @@ based on the existence of the first. Here is a small example of its usage:
@smallexample @smallexample
*startfile: *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 smallexample
@end table @end table
...@@ -9737,75 +9738,57 @@ processors. ...@@ -9737,75 +9738,57 @@ processors.
@table @gcctabopt @table @gcctabopt
@item -mhardlit @item -mhardlit
@itemx -mhardlit
@itemx -mno-hardlit @itemx -mno-hardlit
@opindex mhardlit @opindex mhardlit
@opindex mhardlit
@opindex mno-hardlit @opindex mno-hardlit
Inline constants into the code stream if it can be done in two Inline constants into the code stream if it can be done in two
instructions or less. instructions or less.
@item -mdiv @item -mdiv
@itemx -mdiv
@itemx -mno-div @itemx -mno-div
@opindex mdiv @opindex mdiv
@opindex mdiv
@opindex mno-div @opindex mno-div
Use the divide instruction. (Enabled by default). Use the divide instruction. (Enabled by default).
@item -mrelax-immediate @item -mrelax-immediate
@itemx -mrelax-immediate
@itemx -mno-relax-immediate @itemx -mno-relax-immediate
@opindex mrelax-immediate @opindex mrelax-immediate
@opindex mrelax-immediate
@opindex mno-relax-immediate @opindex mno-relax-immediate
Allow arbitrary sized immediates in bit operations. Allow arbitrary sized immediates in bit operations.
@item -mwide-bitfields @item -mwide-bitfields
@itemx -mwide-bitfields
@itemx -mno-wide-bitfields @itemx -mno-wide-bitfields
@opindex mwide-bitfields @opindex mwide-bitfields
@opindex mwide-bitfields
@opindex mno-wide-bitfields @opindex mno-wide-bitfields
Always treat bit-fields as int-sized. Always treat bit-fields as int-sized.
@item -m4byte-functions @item -m4byte-functions
@itemx -m4byte-functions
@itemx -mno-4byte-functions @itemx -mno-4byte-functions
@opindex m4byte-functions @opindex m4byte-functions
@opindex m4byte-functions
@opindex mno-4byte-functions @opindex mno-4byte-functions
Force all functions to be aligned to a four byte boundary. Force all functions to be aligned to a four byte boundary.
@item -mcallgraph-data @item -mcallgraph-data
@itemx -mcallgraph-data
@itemx -mno-callgraph-data @itemx -mno-callgraph-data
@opindex mcallgraph-data @opindex mcallgraph-data
@opindex mcallgraph-data
@opindex mno-callgraph-data @opindex mno-callgraph-data
Emit callgraph information. Emit callgraph information.
@item -mslow-bytes @item -mslow-bytes
@itemx -mslow-bytes
@itemx -mno-slow-bytes @itemx -mno-slow-bytes
@opindex mslow-bytes @opindex mslow-bytes
@opindex mslow-bytes
@opindex mno-slow-bytes @opindex mno-slow-bytes
Prefer word access when reading byte quantities. Prefer word access when reading byte quantities.
@item -mlittle-endian @item -mlittle-endian
@itemx -mlittle-endian
@itemx -mbig-endian @itemx -mbig-endian
@opindex mlittle-endian @opindex mlittle-endian
@opindex mlittle-endian
@opindex mbig-endian @opindex mbig-endian
Generate code for a little endian target. Generate code for a little endian target.
@item -m210 @item -m210
@itemx -m210
@itemx -m340 @itemx -m340
@opindex m210 @opindex m210
@opindex m210
@opindex m340 @opindex m340
Generate code for the 210 processor. Generate code for the 210 processor.
@end table @end table
......
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