Landing: f8c55f43244a

Project / Subsystem

binutils / gas

Date

2026-05-24

Author

Alan Modra <amodra@sourceware.org>

Commit

f8c55f43244a6ffef09526b80a66d80067ac03d1

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
gas
patch_id
commit_hash
f8c55f43244a6ffef09526b80a66d80067ac03d1
source_type
public_inbox
headline
Gas test updates and PDP11 fix.
tldr
The assembler's "eqv involving dot" test is updated to be more robust, and a PDP11 bug is fixed.
author
Alan Modra <amodra@sourceware.org>
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • assembler
  • gas
  • pdp11
  • testsuite
  • endianness
discussion_id_link
bugzilla_pr
date
2026-05-24T00:00:00.000Z

The “eqv involving dot” assembler test is updated to be more robust by ensuring the tested value is non-zero, catching targets that silently ignore fixup values. A bug in the PDP11 backend’s md_apply_fix function is fixed, which was incorrectly writing section contents little-endian instead of PDP-endian when needing fixups.