1 Star 0 Fork 59

lixing.loongson.cn/binutils_euler

forked from src-openEuler/binutils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
loongarch-index-shadows-global.patch 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
油屋 提交于 2024-10-31 14:15 . backport master to 2.41
From 8e018f9efeab0a04c045f6fd06d493a00a027dd9 Mon Sep 17 00:00:00 2001
From: Alan Modra <amodra@gmail.com>
Date: Wed, 3 Jan 2024 16:03:48 +1030
Subject: [PATCH 040/123] loongarch: 'index' shadows global
Avoid an error when compiling with older versions of gcc.
* elfnn-loongarch.c (loongarch_relax_align): Rename "index" to
"sym_index".
---
bfd/elfnn-loongarch.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bfd/elfnn-loongarch.c b/bfd/elfnn-loongarch.c
index 73e4b819..3d858169 100644
--- a/bfd/elfnn-loongarch.c
+++ b/bfd/elfnn-loongarch.c
@@ -4302,8 +4302,8 @@ loongarch_relax_align (bfd *abfd, asection *sec,
{
bfd_vma addend, max = 0, alignment = 1;
- int index = ELFNN_R_SYM (rel->r_info);
- if (index > 0)
+ int sym_index = ELFNN_R_SYM (rel->r_info);
+ if (sym_index > 0)
{
alignment = 1 << (rel->r_addend & 0xff);
max = rel->r_addend >> 8;
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lixing-loongson-cn/binutils_euler.git
git@gitee.com:lixing-loongson-cn/binutils_euler.git
lixing-loongson-cn
binutils_euler
binutils_euler
master

搜索帮助