~ubuntu-branches/ubuntu/utopic/gcc-4.9/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/gcc-linaro-doc.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-09-12 15:20:06 UTC
  • Revision ID: package-import@ubuntu.com-20140912152006-13dcb2murdz4vslb
Tags: 4.9.1-14ubuntu1
* Merge with Debian; remaining changes:
  - Build from upstream sources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# DP: Changes for the Linaro 4.9-2014.08 release (documentation).
 
1
# DP: Changes for the Linaro 4.9-2014.09 release (documentation).
2
2
 
3
3
--- a/src/gcc/doc/extend.texi
4
4
+++ b/src/gcc/doc/extend.texi
121
121
+@end itemize
122
122
--- a/src/gcc/doc/md.texi
123
123
+++ b/src/gcc/doc/md.texi
124
 
@@ -5307,10 +5307,18 @@
 
124
@@ -5319,10 +5319,18 @@
125
125
 The @code{ffs} built-in function of C always uses the mode which
126
126
 corresponds to the C data type @code{int}.
127
127
 
142
142
 @code{CLZ_DEFINED_VALUE_AT_ZERO} (@pxref{Misc}) macro defines if
143
143
 the result is undefined or has a useful value.
144
144
 @var{m} is the mode of operand 0; operand 1's mode is
145
 
@@ -5319,8 +5327,8 @@
 
145
@@ -5331,8 +5339,8 @@
146
146
 
147
147
 @cindex @code{ctz@var{m}2} instruction pattern
148
148
 @item @samp{ctz@var{m}2}
153
153
 @code{CTZ_DEFINED_VALUE_AT_ZERO} (@pxref{Misc}) macro defines if
154
154
 the result is undefined or has a useful value.
155
155
 @var{m} is the mode of operand 0; operand 1's mode is
156
 
@@ -5329,7 +5337,7 @@
 
156
@@ -5341,7 +5349,7 @@
157
157
 
158
158
 @cindex @code{popcount@var{m}2} instruction pattern
159
159
 @item @samp{popcount@var{m}2}
162
162
 mode of operand 0; operand 1's mode is specified by the instruction
163
163
 pattern, and the compiler will convert the operand to that mode before
164
164
 generating the instruction.
165
 
@@ -5336,8 +5344,8 @@
 
165
@@ -5348,8 +5356,8 @@
166
166
 
167
167
 @cindex @code{parity@var{m}2} instruction pattern
168
168
 @item @samp{parity@var{m}2}