I noticed there is this new generated file that needs to be updated by
"make regenerate-attr-urls" similarly to "make regenerate-opt-urls", but
nobody had done that recently as the buildbot does not nag about it yet.
gcc/ChangeLog
* attr-urls.def: Regenerate.
---
gcc/attr-urls.def | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gcc/attr-urls.def b/gcc/attr-urls.def
index f2ebd7b82a5..e8417cff43c 100644
--- a/gcc/attr-urls.def
+++ b/gcc/attr-urls.def
@@ -75,6 +75,7 @@ const attr_url_entry function_attrs[] = {
{ "hotpatch",
"gcc/S_002f390-Function-Attributes.html#index-hotpatch-function-attribute_002c-S_002f390",
"S/390", 8},
{ "ifunc",
"gcc/Common-Function-Attributes.html#index-ifunc-function-attribute", "", 5},
{ "indirect_branch",
"gcc/x86-Function-Attributes.html#index-indirect_005fbranch-function-attribute_002c-x86",
"x86", 15},
+ { "indirect_return",
"gcc/AArch64-Function-Attributes.html#index-indirect_005freturn-function-attribute_002c-AArch64",
"AArch64", 15},
{ "indirect_return",
"gcc/x86-Function-Attributes.html#index-indirect_005freturn-function-attribute_002c-x86",
"x86", 15},
{ "interrupt",
"gcc/ARC-Function-Attributes.html#index-interrupt-function-attribute_002c-ARC",
"ARC", 9},
{ "interrupt",
"gcc/ARM-Function-Attributes.html#index-interrupt-function-attribute_002c-ARM",
"ARM", 9},
@@ -171,6 +172,7 @@ const attr_url_entry function_attrs[] = {
{ "nomicromips",
"gcc/MIPS-Function-Attributes.html#index-nomicromips-function-attribute", "",
11},
{ "nomips16",
"gcc/MIPS-Function-Attributes.html#index-nomips16-function-attribute_002c-MIPS",
"MIPS", 8},
{ "nonnull",
"gcc/Common-Function-Attributes.html#index-nonnull-function-attribute", "", 7},
+ { "nonnull_if_nonzero",
"gcc/Common-Function-Attributes.html#index-nonnull_005fif_005fnonzero-function-attribute",
"", 18},
{ "noplt",
"gcc/Common-Function-Attributes.html#index-noplt-function-attribute", "", 5},
{ "noreturn",
"gcc/Common-Function-Attributes.html#index-noreturn-function-attribute", "", 8},
{ "nosave_low_regs",
"gcc/SH-Function-Attributes.html#index-nosave_005flow_005fregs-function-attribute_002c-SH",
"SH", 15},
@@ -221,10 +223,9 @@ const attr_url_entry function_attrs[] = {
{ "tainted_args",
"gcc/Common-Function-Attributes.html#index-tainted_005fargs-function-attribute",
"", 12},
{ "target",
"gcc/ARM-Function-Attributes.html#index-target-function-attribute-1", "", 6},
{ "target",
"gcc/Common-Function-Attributes.html#index-target-function-attribute", "", 6},
- { "target",
"gcc/Nios-II-Function-Attributes.html#index-target-function-attribute-2", "",
6},
- { "target",
"gcc/PowerPC-Function-Attributes.html#index-target-function-attribute-3", "",
6},
- { "target",
"gcc/S_002f390-Function-Attributes.html#index-target-function-attribute-4", "",
6},
- { "target",
"gcc/x86-Function-Attributes.html#index-target-function-attribute-5", "", 6},
+ { "target",
"gcc/PowerPC-Function-Attributes.html#index-target-function-attribute-2", "",
6},
+ { "target",
"gcc/S_002f390-Function-Attributes.html#index-target-function-attribute-3", "",
6},
+ { "target",
"gcc/x86-Function-Attributes.html#index-target-function-attribute-4", "", 6},
{ "target_clones",
"gcc/Common-Function-Attributes.html#index-target_005fclones-function-attribute",
"", 13},
{ "thiscall",
"gcc/x86-Function-Attributes.html#index-thiscall-function-attribute_002c-x86-32",
"x86-32", 8},
{ "tls-dialect=",
"gcc/AArch64-Function-Attributes.html#index-tls-dialect_003d-function-attribute_002c-AArch64",
"AArch64", 12},
--
2.25.1