Projects
openEuler:24.03:SP1:Everything
binutils
_service:tar_scm:loongarch-index-shadows-global...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:loongarch-index-shadows-global.patch of Package binutils
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
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2