Re: [PATCH 3/8] bfd/sh: drop unused relocation enumerators

Project / Subsystem

binutils / bfd/sh

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/sh
patch_id
discussion_id
ortssthyck.fsf@lxoliva.fsfla.org
source_type
public_inbox
title
Re: [PATCH 3/8] bfd/sh: drop unused relocation enumerators
headline
Bfd/sh: Drop unused relocation enumerators
tldr
Removes unused relocation enumerators in the SH backend of the Binary File Descriptor (BFD) library, likely leftovers from SH5's 64-bit ISA.
proposer
Alexandre Oliva <oliva@gnu.org>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
  • Removes dead code.
series_id
binutils:bfd/sh: drop unused relocation enumerators
series_role
reply
series_parts
[]
tags
  • bfd
  • relocation
  • sh
  • code cleanup
bugzilla_url
date
2026-04-30T00:00:00.000Z

Re: [PATCH 3/8] bfd/sh: drop unused relocation enumerators

This patch removes unused relocation enumerators from the SH backend of the BFD library. These enumerators are likely remnants from the SH5 architecture’s 64-bit ISA, SHmedia, which never fully materialized. Removing them cleans up the code and prevents potential confusion or misuse.