[PATCH 4/6] Readelf for nanoMIPS.

Project / Subsystem

binutils / binutils

Date

2026-07-17

Proposer

Tsing <lei.wang@oss.cipunited.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

All attributes

project
binutils
subsystem
binutils
patch_id
discussion_id
20260717103858.199743-5-lei.wang@oss.cipunited.com
source_type
public_inbox
title
[PATCH 4/6] Readelf for nanoMIPS.
headline
Readelf for nanoMIPS.
tldr
Adds nanoMIPS support to the readelf utility.
proposer
Tsing <lei.wang@oss.cipunited.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
[]
series_id
binutils:readelf for nanomips
series_role
reply
series_parts
[]
tags
  • readelf
  • ELF
  • nanomips
bugzilla_url
date
2026-07-17T00:00:00.000Z

[PATCH 4/6] Readelf for nanoMIPS.

This patch updates the readelf utility to recognize and process the nanoMIPS architecture. It adds support for EM_NANOMIPS in various functions like guess_is_rela, get_machine_name, dump_relocations, and get_machine_flags. Additionally, it incorporates specific checks for nanoMIPS relocation types (R_NANOMIPS_32, R_NANOMIPS_PC32, etc.).