[patch,pushed] avr: Adhere to GNU style

Project / Subsystem

binutils / avr

Date

2026-07-04

Proposer

Georg-Johann Lay <avr@gjlay.de>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

Technical tradeoffs

  • No functional changes, only cosmetic improvements to code readability and maintainability.

All attributes

project
binutils
subsystem
avr
patch_id
discussion_id
fd48d485-ac3b-44a9-849c-a025ad1e9125@gjlay.de
source_type
public_inbox
title
[patch,pushed] avr: Adhere to GNU style
headline
avr: Adhere to GNU style
tldr
Binutils code for the AVR target has been updated to comply with GNU coding standards.
proposer
Georg-Johann Lay <avr@gjlay.de>
consensus
Proposed
outcome
committed
sentiment_score
technical_tradeoffs
  • No functional changes, only cosmetic improvements to code readability and maintainability.
series_id
series_role
standalone
series_parts
[]
tags
  • binutils
  • avr
  • style
  • coding standards
bugzilla_url
date
2026-07-04T00:00:00.000Z

[patch,pushed] avr: Adhere to GNU style

This patch, now applied to trunk, rectifies several style nits in the binutils codebase related to the AVR target. Changes include fixing indentations, utilizing tabs for indentation, breaking long lines, and removing superfluous semicolons after closing braces in code blocks across various binutils components like BFD, GAS, opcodes, and include files.