33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From ff6fe2101c559b80e6f7c6f4e92a8732f20a28f0 Mon Sep 17 00:00:00 2001
|
|
From: Xi Ruoyao <xry111@xry111.site>
|
|
Date: Wed, 10 Jul 2024 12:15:23 +0800
|
|
Subject: [PATCH 20/20] 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.
|
|
---
|
|
gcc/config/loongarch/loongarch.opt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gcc/config/loongarch/loongarch.opt b/gcc/config/loongarch/loongarch.opt
|
|
index 6a396b539..fae575452 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)
|
|
--
|
|
2.43.0
|
|
|