arm: remove stray backslash in warning message

Project / Subsystem

binutils / arm

Date

2026-07-12

Proposer

Alan Modra <amodra@gmail.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

All attributes

project
binutils
subsystem
arm
patch_id
discussion_id
alOPx1A3Abg0my_B@squeak.grove.modra.org
source_type
public_inbox
title
arm: remove stray backslash in warning message
headline
arm: remove stray backslash in warning message
tldr
Fixes a stray backslash in an ARM build warning message in binutils.
proposer
Alan Modra <amodra@gmail.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
[]
series_id
series_role
standalone
series_parts
[]
tags
  • arm
  • binutils
  • bfd
  • bugfix
  • warning
bugzilla_url
date
2026-07-12T00:00:00.000Z

arm: remove stray backslash in warning message

This patch corrects a stray backslash in an ARM-specific warning message within binutils’ BFD library. The error was introduced in 2004 and could potentially affect how warning messages are displayed or parsed. The fix is a minor correction to the error formatting string.