Landing: 8fcc4a6bb9ad

Project / Subsystem

binutils / binutils/gas

Date

2026-07-11

Author

Alan Modra <amodra@gmail.com>

Commit

8fcc4a6bb9ad7f754b74ffa68da34ae826d7d0e6

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
binutils/gas
patch_id
commit_hash
8fcc4a6bb9ad7f754b74ffa68da34ae826d7d0e6
source_type
public_inbox
headline
Fix aarch64-pe tls-debug tests for ELF format
tldr
Adjusts aarch64-pe test suite to check for ELF format instead of aarch64 target, resolving assembly failures.
author
Alan Modra <amodra@gmail.com>
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • gas
  • aarch64
  • testsuite
  • elf
discussion_id_link
bugzilla_pr
date
2026-07-11T00:00:00.000Z

The TLS debug test suite for the aarch64-pe target was failing due to the use of ELF section directives. This commit modifies the test cases to check for the ELF format in general, rather than specifically targeting aarch64. This ensures the tests run correctly without assembly errors, as the aarch64 target is already covered by separate test suites.