From d0f2ab89ab6a5aaf1103ef26c1fd26814f7828bd Mon Sep 17 00:00:00 2001 From: Nelson Chu Date: Thu, 11 Sep 2025 12:03:04 +0800 Subject: [PATCH] RISC-V: Remove ^M for odd-padding.s testcase --- 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 -- 2.47.3