[binutils-gdb] RISC-V: Remove ^M for odd-padding.s testcase
Nelson Chu
nelsonc1225@sourceware.org
Thu Sep 11 04:13:22 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d0f2ab89ab6a5aaf1103ef26c1fd26814f7828bd
commit d0f2ab89ab6a5aaf1103ef26c1fd26814f7828bd
Author: Nelson Chu <nelson@rivosinc.com>
Date: Thu Sep 11 12:03:04 2025 +0800
RISC-V: Remove ^M for odd-padding.s testcase
Diff:
---
gas/testsuite/gas/riscv/odd-padding.s | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
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
More information about the Binutils-cvs
mailing list