https://gcc.gnu.org/g:60e99901aef8e7efd4d60adf9f82021fcbd1101f
commit r15-4172-g60e99901aef8e7efd4d60adf9f82021fcbd1101f Author: Xi Ruoyao <xry...@xry111.site> Date: Wed Jul 10 12:15:23 2024 +0800 LoongArch: Fix up r15-4130 An earlier version of the patch (lacking the regeneration of some files) was pushed. Fix it up now. gcc/ChangeLog: * config/loongarch/loongarch.opt: Regenerate. * config/loongarch/loongarch.opt.urls: Regenerate. Diff: --- gcc/config/loongarch/loongarch.opt | 2 +- gcc/config/loongarch/loongarch.opt.urls | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/config/loongarch/loongarch.opt b/gcc/config/loongarch/loongarch.opt index 6a396b539c46..fae575452fe0 100644 --- a/gcc/config/loongarch/loongarch.opt +++ b/gcc/config/loongarch/loongarch.opt @@ -312,7 +312,7 @@ HOST_WIDE_INT la_isa_evolution = 0 mannotate-tablejump Target Mask(ANNOTATE_TABLEJUMP) Save -Annotate table jump instruction (jr {reg}) to correlate it with the jump table +Annotate table jump instruction (jr {reg}) to correlate it with the jump table. mfrecipe Target Mask(ISA_FRECIPE) Var(la_isa_evolution) diff --git a/gcc/config/loongarch/loongarch.opt.urls b/gcc/config/loongarch/loongarch.opt.urls index f7545f651039..571c504e61d7 100644 --- a/gcc/config/loongarch/loongarch.opt.urls +++ b/gcc/config/loongarch/loongarch.opt.urls @@ -72,6 +72,9 @@ UrlSuffix(gcc/LoongArch-Options.html#index-mpass-mrelax-to-as) mtls-dialect= UrlSuffix(gcc/LoongArch-Options.html#index-mtls-dialect-1) +mannotate-tablejump +UrlSuffix(gcc/LoongArch-Options.html#index-mannotate-tablejump) + mfrecipe UrlSuffix(gcc/LoongArch-Options.html#index-mfrecipe)