diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-14 12:05:33 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-14 12:05:33 +0000 |
commit | 1cbc9316f7b8c71f7ac5eab2632bccd84881a1b4 (patch) | |
tree | 5e63e9deef69fed5470116f0263624b3a010b0c1 | |
parent | af4d2883043b329ee34322d616b88eb0e2b42fa5 (diff) | |
download | gcc-1cbc9316f7b8c71f7ac5eab2632bccd84881a1b4.tar.gz |
* gcc/doc/extended.texi: Replace the dash character with
@minus{} in situations where it is being used as a minus
symbol.
* gcc/doc/tm.texi: Likewise.
* gcc/doc/invoke.texi: Likewise.
* gcc/doc/md.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152765 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 | ||||
-rw-r--r-- | gcc/doc/md.texi | 34 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 4 |
4 files changed, 28 insertions, 20 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e0069e4259..08ce63e5802 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2009-10-14 Nick Clifton <nickc@redhat.com> + + * gcc/doc/extended.texi: Replace the dash character with + @minus{} in situations where it is being used as a minus + symbol. + * gcc/doc/tm.texi: Likewise. + * gcc/doc/md.texi: Likewise. + 2009-10-14 Jakub Jelinek <jakub@redhat.com> PR preprocessor/41543 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index da886a30f11..a0f66214e3f 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -9740,7 +9740,7 @@ storing the value 32767 if the result overflows. @item int __builtin_subs (int @var{x}, int @var{y}) Saturating subtraction. Return the result of subtracting @var{y} from -@var{x}, storing the value -32768 if the result overflows. +@var{x}, storing the value @minus{}32768 if the result overflows. @item void __builtin_halt (void) Halt. The processor will stop execution. This built-in is useful for diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 69a23b693b4..8a1a389924c 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1756,7 +1756,7 @@ Constant integer 1 A floating point constant 0.0 @item R -Integer constant in the range -6 @dots{} 5. +Integer constant in the range @minus{}6 @dots{} 5. @item Q A memory address based on Y or Z pointer with displacement. @@ -1787,7 +1787,7 @@ Constant that fits in 4 bits Constant that fits in 5 bits @item L -Constant that is one of -1, 4, -4, 7, 8, 12, 16, 20, 32, 48 +Constant that is one of @minus{}1, 4, @minus{}4, 7, 8, 12, 16, 20, 32, 48 @item G Floating point constant that is legal for store immediate @@ -2381,13 +2381,13 @@ RETN, RETI, RETX, RETE, ASTAT, SEQSTAT and USP. Any register except accumulators or CC. @item Ksh -Signed 16 bit integer (in the range -32768 to 32767) +Signed 16 bit integer (in the range @minus{}32768 to 32767) @item Kuh Unsigned 16 bit integer (in the range 0 to 65535) @item Ks7 -Signed 7 bit integer (in the range -64 to 63) +Signed 7 bit integer (in the range @minus{}64 to 63) @item Ku7 Unsigned 7 bit integer (in the range 0 to 127) @@ -2396,10 +2396,10 @@ Unsigned 7 bit integer (in the range 0 to 127) Unsigned 5 bit integer (in the range 0 to 31) @item Ks4 -Signed 4 bit integer (in the range -8 to 7) +Signed 4 bit integer (in the range @minus{}8 to 7) @item Ks3 -Signed 3 bit integer (in the range -3 to 4) +Signed 3 bit integer (in the range @minus{}3 to 4) @item Ku3 Unsigned 3 bit integer (in the range 0 to 7) @@ -2511,28 +2511,28 @@ Matches multiple registers in a PARALLEL to form a larger register. Used to match function return values. @item Is3 --8 @dots{} 7 +@minus{}8 @dots{} 7 @item IS1 --128 @dots{} 127 +@minus{}128 @dots{} 127 @item IS2 --32768 @dots{} 32767 +@minus{}32768 @dots{} 32767 @item IU2 0 @dots{} 65535 @item In4 --8 @dots{} -1 or 1 @dots{} 8 +@minus{}8 @dots{} @minus{}1 or 1 @dots{} 8 @item In5 --16 @dots{} -1 or 1 @dots{} 16 +@minus{}16 @dots{} @minus{}1 or 1 @dots{} 16 @item In6 --32 @dots{} -1 or 1 @dots{} 32 +@minus{}32 @dots{} @minus{}1 or 1 @dots{} 32 @item IM2 --65536 @dots{} -1 +@minus{}65536 @dots{} @minus{}1 @item Ilb An 8 bit value with exactly one bit set. @@ -2717,7 +2717,7 @@ A constant that cannot be loaded using @code{lui}, @code{addiu} or @code{ori}. @item N -A constant in the range -65535 to -1 (inclusive). +A constant in the range @minus{}65535 to @minus{}1 (inclusive). @item O A signed 15-bit constant. @@ -2893,7 +2893,7 @@ A register indirect memory operand A constant in the range of 0 to 255. @item N -A constant in the range of 0 to -255. +A constant in the range of 0 to @minus{}255. @end table @@ -3012,7 +3012,7 @@ An immediate for and/xor/or instructions. const_int is treated as a 32 bit valu An immediate for the @code{iohl} instruction. const_int is treated as a 32 bit value. @item I -A constant in the range [-64, 63] for shift/rotate instructions. +A constant in the range [@minus{}64, 63] for shift/rotate instructions. @item J An unsigned 7-bit constant for conversion/nop/channel instructions. @@ -3083,7 +3083,7 @@ Value appropriate as displacement. @table @code @item (0..4095) for short displacement -@item (-524288..524287) +@item (@minus{}524288..524287) for long displacement @end table diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index db42742e9e2..8588852bec9 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5628,7 +5628,7 @@ should comply with the semantics expected by @code{REALIGN_LOAD} described above. If this hook is not defined, then @var{addr} will be used as the argument @var{OFF} to @code{REALIGN_LOAD}, in which case the low -log2(@var{VS})-1 bits of @var{addr} will be considered. +log2(@var{VS}) @minus{} 1 bits of @var{addr} will be considered. @end deftypefn @deftypefn {Target Hook} tree TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN (tree @var{x}) @@ -6610,7 +6610,7 @@ speculative dependencies and therefore can be scheduled speculatively. The hook is used to check if the pattern of @var{insn} has a speculative version and, in case of successful check, to generate that speculative pattern. The hook should return 1, if the instruction has a speculative form, -or -1, if it doesn't. @var{request} describes the type of requested +or @minus{}1, if it doesn't. @var{request} describes the type of requested speculation. If the return value equals 1 then @var{new_pat} is assigned the generated speculative pattern. @end deftypefn |