[PATCH] bfd,binutils: add support for gfx1103

Project / Subsystem

binutils / bfd

Date

2026-07-27

Proposer

Shahab Vahedi <shahab.vahedi@amd.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

Technical tradeoffs

  • Enables proper processing of GFX1103 object files.
  • Minimal code changes, mainly additions to tables and definitions.

All attributes

project
binutils
subsystem
bfd
patch_id
discussion_id
20260727135117.23444-1-shahab.vahedi@amd.com
source_type
public_inbox
title
[PATCH] bfd,binutils: add support for gfx1103
headline
bfd,binutils: add support for gfx1103
tldr
Adds support for the AMD GFX1103 GPU architecture to binutils.
proposer
Shahab Vahedi <shahab.vahedi@amd.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
  • Enables proper processing of GFX1103 object files.
  • Minimal code changes, mainly additions to tables and definitions.
series_id
series_role
standalone
series_parts
[]
tags
  • binutils
  • bfd
  • amd
  • gpu
  • gfx1103
bugzilla_url
date
2026-07-27T00:00:00.000Z

[PATCH] bfd,binutils: add support for gfx1103

This patch adds support for the AMD GFX1103 GPU architecture to the binutils project. It includes necessary definitions in BFD (Binary File Descriptor) and related components, such as updating archures.c, bfd-in2.h, cpu-amdgcn.c, readelf.c, and include/elf/amdgpu.h. This enables binutils tools like readelf to correctly process object files targeting the GFX1103 architecture.