[PATCH 2/5] RISC-V: Make indentation consistent

Tsukasa OI research_trasio@irq.a4lg.com
Tue Feb 1 13:49:03 GMT 2022


This commit makes indentation consistent (replaces two spaces to a tab)
on Zfinx / Zdinx / Zqinx testcases.

gas/ChangeLog:

	* testsuite/gas/riscv/zfinx.s: Make indentation consistent.
	* testsuite/gas/riscv/zdinx.s: Likewise.
	* testsuite/gas/riscv/zqinx.s: Likewise.
---
 gas/testsuite/gas/riscv/zdinx.s | 2 +-
 gas/testsuite/gas/riscv/zfinx.s | 2 +-
 gas/testsuite/gas/riscv/zqinx.s | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gas/testsuite/gas/riscv/zdinx.s b/gas/testsuite/gas/riscv/zdinx.s
index c427d982aaf..d8d13c88046 100644
--- a/gas/testsuite/gas/riscv/zdinx.s
+++ b/gas/testsuite/gas/riscv/zdinx.s
@@ -28,6 +28,6 @@ target:
 	fle.d	a0, a1, a2
 	fgt.d	a0, a1, a2
 	fge.d	a0, a1, a2
-	fneg.d  a0, a0
+	fneg.d	a0, a0
 	fabs.d	a0, a0
 	fclass.d	a0, a1
diff --git a/gas/testsuite/gas/riscv/zfinx.s b/gas/testsuite/gas/riscv/zfinx.s
index af50490fadf..37a2aa75992 100644
--- a/gas/testsuite/gas/riscv/zfinx.s
+++ b/gas/testsuite/gas/riscv/zfinx.s
@@ -26,6 +26,6 @@ target:
 	fle.s	a0, a1, a2
 	fgt.s	a0, a1, a2
 	fge.s	a0, a1, a2
-	fneg.s  a0, a0
+	fneg.s	a0, a0
 	fabs.s	a0, a0
 	fclass.s	a0, a1
diff --git a/gas/testsuite/gas/riscv/zqinx.s b/gas/testsuite/gas/riscv/zqinx.s
index ba5179dc727..4b83552aced 100644
--- a/gas/testsuite/gas/riscv/zqinx.s
+++ b/gas/testsuite/gas/riscv/zqinx.s
@@ -30,6 +30,6 @@ target:
 	fle.q	a0, a1, a2
 	fgt.q	a0, a1, a2
 	fge.q	a0, a1, a2
-	fneg.q  a0, a0
+	fneg.q	a0, a0
 	fabs.q	a0, a0
 	fclass.q	a0, a1
-- 
2.32.0



More information about the Binutils mailing list