From: Nelson Chu Date: Thu, 11 Sep 2025 04:03:04 +0000 (+0800) Subject: RISC-V: Remove ^M for odd-padding.s testcase X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0f2ab89ab6a5aaf1103ef26c1fd26814f7828bd;p=thirdparty%2Fbinutils-gdb.git RISC-V: Remove ^M for odd-padding.s testcase --- diff --git a/gas/testsuite/gas/riscv/odd-padding.s b/gas/testsuite/gas/riscv/odd-padding.s index 9e434eae261..44f7de8b514 100644 --- a/gas/testsuite/gas/riscv/odd-padding.s +++ b/gas/testsuite/gas/riscv/odd-padding.s @@ -1,8 +1,8 @@ - .text -byte: - nop - .byte 0 - nop - .p2align 2 - nop - ret + .text +byte: + nop + .byte 0 + nop + .p2align 2 + nop + ret