Landing: 3908dd870149
Project / Subsystem
binutils / binutils
Date
2026-07-19
Author
Alan Modra <amodra@sourceware.org>
Commit
3908dd8701491a425a826dcd46c6fd1521c07f0f
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- binutils
- patch_id
- —
- commit_hash
- 3908dd8701491a425a826dcd46c6fd1521c07f0f
- source_type
- public_inbox
- headline
- convert dos eol to unix
- tldr
- Standardizes line endings in Binutils testsuite files from DOS (CRLF) to Unix (LF) format.
- author
- Alan Modra <amodra@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • maintenance
- • git
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-19T00:00:00.000Z
This commit converts numerous files within the Binutils testsuite from using DOS-style carriage return and line feed (CRLF) line endings to Unix-style line feed (LF) only. This standardization prevents common patch application failures caused by differing line endings, ensuring smoother contributions and more reliable testing workflows.