Commit 0f0f4f91 by Pitchumani Sivanupandi Committed by Denis Chertykov

re PR target/58655 ([avr] -mfract-convert-truncate not documented)

	PR target/58655
	* config/avr/avr.opt (-mfract-convert-truncate): Update description.
	* doc/invoke.texi (AVR Options): Document it.

From-SVN: r237825
parent ba6be749
2016-06-28 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
PR target/58655
* config/avr/avr.opt (-mfract-convert-truncate): Update description.
* doc/invoke.texi (AVR Options): Document it.
2016-06-28 Walter Lee <walt@tilera.com> 2016-06-28 Walter Lee <walt@tilera.com>
* config/tilegx/linux.h: Do not include arch/icache.h * config/tilegx/linux.h: Do not include arch/icache.h
......
...@@ -97,7 +97,7 @@ Warn if the ISR is misspelled, i.e. without __vector prefix. Enabled by default. ...@@ -97,7 +97,7 @@ Warn if the ISR is misspelled, i.e. without __vector prefix. Enabled by default.
mfract-convert-truncate mfract-convert-truncate
Target Report Mask(FRACT_CONV_TRUNC) Target Report Mask(FRACT_CONV_TRUNC)
Allow to use truncation instead of rounding towards 0 for fractional int types. Allow to use truncation instead of rounding towards zero for fractional fixed-point types.
nodevicelib nodevicelib
Driver Target Report RejectNegative Driver Target Report RejectNegative
......
...@@ -644,8 +644,8 @@ Objective-C and Objective-C++ Dialects}. ...@@ -644,8 +644,8 @@ Objective-C and Objective-C++ Dialects}.
@emph{AVR Options} @emph{AVR Options}
@gccoptlist{-mmcu=@var{mcu} -maccumulate-args -mbranch-cost=@var{cost} @gol @gccoptlist{-mmcu=@var{mcu} -maccumulate-args -mbranch-cost=@var{cost} @gol
-mcall-prologues -mint8 -mn_flash=@var{size} -mno-interrupts @gol -mcall-prologues -mint8 -mn_flash=@var{size} -mno-interrupts @gol
-mrelax -mrmw -mstrict-X -mtiny-stack -nodevicelib -Waddr-space-convert @gol -mrelax -mrmw -mstrict-X -mtiny-stack -mfract-convert-truncate -nodevicelib @gol
-Wmisspelled-isr} -Waddr-space-convert -Wmisspelled-isr}
@emph{Blackfin Options} @emph{Blackfin Options}
@gccoptlist{-mcpu=@var{cpu}@r{[}-@var{sirevision}@r{]} @gol @gccoptlist{-mcpu=@var{cpu}@r{[}-@var{sirevision}@r{]} @gol
...@@ -14621,6 +14621,10 @@ sbiw r26, const ; X -= const ...@@ -14621,6 +14621,10 @@ sbiw r26, const ; X -= const
@opindex mtiny-stack @opindex mtiny-stack
Only change the lower 8@tie{}bits of the stack pointer. Only change the lower 8@tie{}bits of the stack pointer.
@item -mfract-convert-truncate
@opindex mfract-convert-truncate
Allow to use truncation instead of rounding towards zero for fractional fixed-point types.
@item -nodevicelib @item -nodevicelib
@opindex nodevicelib @opindex nodevicelib
Don't link against AVR-LibC's device specific library @code{lib<mcu>.a}. Don't link against AVR-LibC's device specific library @code{lib<mcu>.a}.
......
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