0019-Fix-orc2.n-testcase.patch 916 B

12345678910111213141516171819202122232425
  1. From 1a450f0c0489c69b0079923c6cc84445126880c8 Mon Sep 17 00:00:00 2001
  2. From: LevyHsu <admin@levyhsu.com>
  3. Date: Thu, 24 Jun 2021 15:12:30 +0800
  4. Subject: [PATCH 19/28] Fix orc2.n testcase
  5. ---
  6. gas/testsuite/gas/riscv/b-ext-64.d | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/gas/testsuite/gas/riscv/b-ext-64.d b/gas/testsuite/gas/riscv/b-ext-64.d
  9. index 094ee2d554..eeb5087229 100755
  10. --- a/gas/testsuite/gas/riscv/b-ext-64.d
  11. +++ b/gas/testsuite/gas/riscv/b-ext-64.d
  12. @@ -56,7 +56,7 @@ Disassembly of section .text:
  13. [ ]+b4:[ ]+6825d53b[ ]+grevw[ ]+a0,a1,0x2
  14. [ ]+b8:[ ]+6825d51b[ ]+greviw[ ]+a0,a1,0x2
  15. [ ]+bc:[ ]+28c5d533[ ]+gorc[ ]+a0,a1,a2
  16. -[ ]+c0:[ ]+2825d513[ ]+gorci[ ]+a0,a1,0x2
  17. +[ ]+c0:[ ]+2825d513[ ]+orc2.n[ ]+a0,a1
  18. [ ]+c4:[ ]+2825d53b[ ]+gorcw[ ]+a0,a1,0x2
  19. [ ]+c8:[ ]+2825d51b[ ]+gorciw[ ]+a0,a1,0x2
  20. [ ]+cc:[ ]+08c59533[ ]+shfl[ ]+a0,a1,a2
  21. --
  22. 2.33.0