diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-07-10 12:15:23 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-10-08 21:03:43 +0800 |
commit | 60e99901aef8e7efd4d60adf9f82021fcbd1101f (patch) | |
tree | 05969b7668ad478c866fe231a06f0f19d3baf710 | |
parent | 0ad2c76bea20dbeac753f10df6f9f86d142348d4 (diff) | |
download | gcc-60e99901aef8e7efd4d60adf9f82021fcbd1101f.zip gcc-60e99901aef8e7efd4d60adf9f82021fcbd1101f.tar.gz gcc-60e99901aef8e7efd4d60adf9f82021fcbd1101f.tar.bz2 |
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.
-rw-r--r-- | gcc/config/loongarch/loongarch.opt | 2 | ||||
-rw-r--r-- | gcc/config/loongarch/loongarch.opt.urls | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/loongarch/loongarch.opt b/gcc/config/loongarch/loongarch.opt index 6a396b5..fae5754 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 f7545f6..571c504 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) |