1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff -pNaru5 a/gcc/doc/tm.texi b/gcc/doc/tm.texi
--- a/gcc/doc/tm.texi 2013-09-01 15:21:33.000000000 -0400
+++ b/gcc/doc/tm.texi 2025-01-16 23:42:31.717490616 -0500
@@ -11362,10 +11362,11 @@ down to a multiple of the value of @code
@code{TARGET_CONST_ANCHOR} should be the maximum positive value
accepted by immediate-add plus one. We currently assume that the
value of @code{TARGET_CONST_ANCHOR} is a power of 2. For example, on
MIPS, where add-immediate takes a 16-bit signed value,
@code{TARGET_CONST_ANCHOR} is set to @samp{0x8000}. The default value
-is zero, which disables this optimization. @end deftypevr
+is zero, which disables this optimization.
+@end deftypevr
@deftypevr {Target Hook} {unsigned char} TARGET_ATOMIC_TEST_AND_SET_TRUEVAL
This value should be set if the result written by @code{atomic_test_and_set} is not exactly 1, i.e. the @code{bool} @code{true}.
@end deftypevr
diff -pNaru5 a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
--- a/gcc/doc/tm.texi.in 2013-09-01 15:21:33.000000000 -0400
+++ b/gcc/doc/tm.texi.in 2025-01-16 23:42:36.650852620 -0500
@@ -11228,8 +11228,9 @@ down to a multiple of the value of @code
@code{TARGET_CONST_ANCHOR} should be the maximum positive value
accepted by immediate-add plus one. We currently assume that the
value of @code{TARGET_CONST_ANCHOR} is a power of 2. For example, on
MIPS, where add-immediate takes a 16-bit signed value,
@code{TARGET_CONST_ANCHOR} is set to @samp{0x8000}. The default value
-is zero, which disables this optimization. @end deftypevr
+is zero, which disables this optimization.
+@end deftypevr
@hook TARGET_ATOMIC_TEST_AND_SET_TRUEVAL
|