Landing: c7b5b05508ef
Project / Subsystem
binutils / gas
Date
2026-07-17
Author
Alan Modra <amodra@gmail.com>
Commit
c7b5b05508ef05f74167bc9a8fddb97553394fb9
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- gas
- patch_id
- —
- commit_hash
- c7b5b05508ef05f74167bc9a8fddb97553394fb9
- source_type
- public_inbox
- headline
- Fix loongarch assembler build error with older GCC versions
- tldr
- Assembler code adjusted to avoid build errors with GCC 4.9 on loongarch.
- author
- Alan Modra <amodra@gmail.com>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • binutils
- • gas
- • loongarch
- • build-fix
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-17T00:00:00.000Z
A build error in the loongarch assembler (gas/config/tc-loongarch.c) when using GCC 4.9 has been resolved. The fix prevents an error where a label was incorrectly recognized as not being part of a statement, ensuring successful builds on the loongarch target with older GCC versions.