diff --git a/0083-BUGFIX-AutoBOLT-function-miss-bind-type.patch b/0083-BUGFIX-AutoBOLT-function-miss-bind-type.patch new file mode 100644 index 0000000000000000000000000000000000000000..4b0e6a5240a46fc07d1eec32030ec74fd2a0c200 --- /dev/null +++ b/0083-BUGFIX-AutoBOLT-function-miss-bind-type.patch @@ -0,0 +1,28 @@ +From 4861c3db991e947060de54a4d20c1a13747a6024 Mon Sep 17 00:00:00 2001 +From: zhenyu--zhao_admin +Date: Wed, 15 May 2024 14:41:45 +0800 +Subject: [PATCH] [BUGFIX] AutoBOLT function miss bind type + +--- + gcc/final.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/gcc/final.cc b/gcc/final.cc +index af4e529bb..c440846f7 100644 +--- a/gcc/final.cc ++++ b/gcc/final.cc +@@ -4272,9 +4272,9 @@ leaf_renumber_regs_insn (rtx in_rtx) + + #define ASM_FDO_CALLER_FLAG ".fdo.caller " + #define ASM_FDO_CALLER_SIZE_FLAG ".fdo.caller.size " +-#define ASM_FDO_CALLER_BIND_FLAG ".fdo.caller.bind" ++#define ASM_FDO_CALLER_BIND_FLAG ".fdo.caller.bind " + +-#define ASM_FDO_CALLEE_FLAG ".fdo.callee" ++#define ASM_FDO_CALLEE_FLAG ".fdo.callee " + + /* Return the relative offset address of the start instruction of BB, + return -1 if it is empty instruction. */ +-- +2.33.0 + diff --git a/gcc.spec b/gcc.spec index e2f72726533ffe4c27295e594d25827064e74b13..215796890dc81ae32508cd8a0f977c7a92641407 100644 --- a/gcc.spec +++ b/gcc.spec @@ -2,7 +2,7 @@ %global gcc_major 12 # Note, gcc_release must be integer, if you want to add suffixes to # %%{release}, append them after %%{gcc_release} on Release: line. -%global gcc_release 25 +%global gcc_release 26 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 @@ -220,6 +220,7 @@ Patch79: 0079-i386-Remove-Meteorlake-s-family_model.patch Patch80: 0080-x86-Update-model-values-for-Alderlake-Rocketlake-and.patch Patch81: 0081-x86-Update-model-values-for-Raptorlake.patch Patch82: 0082-Fix-target_clone-arch-graniterapids-d.patch +Patch83: 0083-BUGFIX-AutoBOLT-function-miss-bind-type.patch # Part 3000 ~ 4999 %ifarch loongarch64 @@ -3091,6 +3092,10 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Thu Aug 15 2024 Zhenyu Zhao - 12.3.1-26 +- Type: Sync +- DESC: Sync patch from openeuler/gcc + * Tue Aug 06 2024 Lin Hu - 12.3.1-25 - Type: Sync - DESC: Sync patch from openeuler/gcc