Fix inaccuracies in doc on MODE_CC Condition Codes

Eric Botcazou ebotcazou@adacore.com
Thu Nov 13 11:52:00 GMT 2014


The architecture used as an example for the MODE_CC Condition Codes in the doc 
is the SPARC, but it turns out the quoted macros are either wrong or outdated:
e.g. SELECT_CC_MODE mentions CCFPEmode and CCFPmode, but REVERSIBLE_CC_MODE 
says that the only mode for FP inequality comparisons is CCFPEmode.

Fixed thusly, applied on all active branches.


2014-11-13  Eric Botcazou  <ebotcazou@adacore.com>

	* doc/tm.texi.in (SELECT_CC_MODE): Update example.
	(REVERSIBLE_CC_MODE): Fix example.
	(REVERSE_CONDITION): Fix typo.
	* doc/tm.texi: Regenerate.


-- 
Eric Botcazou
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p.diff
Type: text/x-patch
Size: 3856 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20141113/544ac587/attachment.bin>


More information about the Gcc-patches mailing list