[PATCH] LoongArch: Remove local hidden symbols testscase

Project / Subsystem

binutils / loongarch

Date

2026-05-25

Proposer

zhaozhou <zhaozhou@loongson.cn>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

All attributes

project
binutils
subsystem
loongarch
patch_id
discussion_id
20260525083249.11857-1-zhaozhou@loongson.cn
source_type
public_inbox
title
[PATCH] LoongArch: Remove local hidden symbols testscase
headline
LoongArch: Remove local hidden symbols testcase
tldr
This patch removes hidden visibility for local symbols in LoongArch linker test cases, as it's meaningless and causes errors.
proposer
zhaozhou <zhaozhou@loongson.cn>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
[]
series_id
series_role
standalone
series_parts
[]
tags
  • binutils
  • loongarch
  • linker
  • testsuite
  • symbol visibility
bugzilla_url
date
2026-05-25T00:00:00.000Z

[PATCH] LoongArch: Remove local hidden symbols testscase

This patch removes the definition of local symbols with hidden visibility in the relax-call36-*.s tests for the LoongArch architecture. The author states that hidden visibility is not meaningful for local symbols and is causing the test cases to fail.