Re: [PATCH 2/8] bfd/mn10300: drop BFD_RELOC_MN10300_*_PCREL
Project / Subsystem
binutils / bfd/mn10300
Date
2026-04-30
Proposer
Alexandre Oliva <oliva@gnu.org>
Source type
public_inbox
Consensus
Proposed
Sentiment
—/10
Technical tradeoffs
- • Removes dead code.
All attributes
- project
- binutils
- subsystem
- bfd/mn10300
- patch_id
- —
- discussion_id
- ory0i5hyfa.fsf@lxoliva.fsfla.org
- source_type
- public_inbox
- title
- Re: [PATCH 2/8] bfd/mn10300: drop BFD_RELOC_MN10300_*_PCREL
- headline
- Bfd/mn10300: Drop BFD_RELOC_MN10300_*_PCREL
- tldr
- Removes unused PC-relative relocation enumerators for the mn10300 architecture in the Binary File Descriptor (BFD) library.
- proposer
- Alexandre Oliva <oliva@gnu.org>
- consensus
- Proposed
- outcome
- proposed
- sentiment_score
- —
- technical_tradeoffs
-
- • Removes dead code.
- series_id
- binutils:bfd/mn10300: drop bfd_reloc_mn10300_*_pcrel
- series_role
- reply
- series_parts
- []
- tags
-
- • bfd
- • relocation
- • mn10300
- • code cleanup
- bugzilla_url
- —
- date
- 2026-04-30T00:00:00.000Z
Re: [PATCH 2/8] bfd/mn10300: drop BFD_RELOC_MN10300_*_PCREL
This patch removes unused PC-relative relocation enumerators (BFD_RELOC_MN10300_*_PCREL) from the mn10300 backend of the BFD library. These enumerators are not currently used. Removing them cleans up the code and reduces the potential for confusion.