convert dos eol to unix
Alan Modra
amodra@gmail.com
Sun Jul 19 05:27:55 GMT 2026
A number of testsuite files have dos CR/LF end of line. Fix most of
them, so that we are less likely to run into patch failures when
contributors provide patches to these files, such as:
Hunk #1 FAILED at 1 (different line endings).
My version of git, 2.51.0, does not tell you the reason whe running
"git am", just "patch does not apply".
gprofng/examples/mxv-pthreads/README.md is also converted to unix.
---
.../testsuite/binutils-all/windres/dialog0.rc | 8 +-
.../testsuite/binutils-all/windres/dialog1.rc | 10 +-
.../testsuite/binutils-all/windres/html1.hm | 22 +-
.../testsuite/binutils-all/windres/html2.hm | 22 +-
gas/testsuite/gas/all/fastcall.s | 2 +-
gas/testsuite/gas/cr16/bal_test.s | 28 +-
gas/testsuite/gas/cr16/bcc_test.s | 118 +-
gas/testsuite/gas/cr16/cinv_test.s | 24 +-
gas/testsuite/gas/cr16/loadb_test.s | 144 +-
gas/testsuite/gas/cr16/loadd_test.s | 144 +-
gas/testsuite/gas/cr16/loadw_test.s | 144 +-
gas/testsuite/gas/cr16/lpsp_test.s | 126 +-
gas/testsuite/gas/cr16/storb_test.s | 286 +-
gas/testsuite/gas/cr16/stord_test.s | 144 +-
gas/testsuite/gas/cr16/storw_test.s | 288 +-
gas/testsuite/gas/h8300/t01_mov.s | 2212 ++++++++--------
gas/testsuite/gas/h8300/t02_mova.s | 474 ++--
gas/testsuite/gas/h8300/t03_add.s | 1954 +++++++-------
gas/testsuite/gas/h8300/t04_sub.s | 1952 +++++++-------
gas/testsuite/gas/h8300/t05_cmp.s | 1840 ++++++-------
gas/testsuite/gas/h8300/t06_ari2.s | 374 +--
gas/testsuite/gas/h8300/t07_ari3.s | 344 +--
gas/testsuite/gas/h8300/t08_or.s | 1942 +++++++-------
gas/testsuite/gas/h8300/t09_xor.s | 1942 +++++++-------
gas/testsuite/gas/h8300/t10_and.s | 1942 +++++++-------
gas/testsuite/gas/h8300/t11_logs.s | 2352 ++++++++---------
gas/testsuite/gas/h8300/t12_bit.s | 350 +--
gas/testsuite/gas/h8300/t13_otr.s | 318 +--
gas/testsuite/gas/tic54x/macro.s | 80 +-
gas/testsuite/gas/tic54x/macro1.s | 24 +-
gas/testsuite/gas/tic54x/math.s | 74 +-
gas/testsuite/gas/tic54x/opcodes.s | 617 +++--
gas/testsuite/gas/tic54x/subsym.s | 110 +-
gas/testsuite/gas/tic54x/subsym1.s | 20 +-
gold/testsuite/aarch64_reloc_none.s | 32 +-
gprofng/examples/mxv-pthreads/README.md | 316 +--
ld/testsuite/ld-auto-import/client.c | 120 +-
ld/testsuite/ld-auto-import/dll.c | 40 +-
ld/testsuite/ld-cygwin/testdll.def | 8 +-
ld/testsuite/ld-cygwin/testexe.def | 10 +-
ld/testsuite/ld-gc/pr13683.c | 56 +-
ld/testsuite/ld-h8300/relax-4.s | 143 +-
ld/testsuite/ld-pe/secrel.d | 56 +-
ld/testsuite/ld-pe/secrel1.s | 158 +-
ld/testsuite/ld-pe/secrel2.s | 28 +-
45 files changed, 10698 insertions(+), 10700 deletions(-)
boring patch snipped.
--
Alan Modra
More information about the Binutils
mailing list