ld: fix regressions with rett instructions in sparc tests.
authorJose E. Marchesi <jose.marchesi@oracle.com>
Mon, 24 Apr 2017 12:31:31 +0000 (05:31 -0700)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Mon, 24 Apr 2017 12:31:31 +0000 (05:31 -0700)
A few tests in the ld testsuite were expecting the disassembler to
emit `rett' instructions in V9.  This patch updates the tests to
expect `return' instead.

ld/ChangeLog:

2017-04-24  Jose E. Marchesi  <jose.marchesi@oracle.com>

* testsuite/ld-sparc/tlssunbin64.dd: Expect `return' instructions
instead of `rett' in V9.
* testsuite/ld-sparc/tlssunnopic64.dd: Likewise.
* testsuite/ld-sparc/tlssunpic64.dd: Likewise.

ld/ChangeLog
ld/testsuite/ld-sparc/tlssunbin64.dd
ld/testsuite/ld-sparc/tlssunnopic64.dd
ld/testsuite/ld-sparc/tlssunpic64.dd

index c6daa9a13336e3429d236a8dd615d26e81d42fb0..9ab31fa1fbceb919a3534c2438213b0213da0cba 100644 (file)
@@ -1,3 +1,10 @@
+2017-04-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * testsuite/ld-sparc/tlssunbin64.dd: Expect `return' instructions
+       instead of `rett' in V9.
+       * testsuite/ld-sparc/tlssunnopic64.dd: Likewise.
+       * testsuite/ld-sparc/tlssunpic64.dd: Likewise.
+
 2017-04-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/21402
index cd7db1c55fdba18f612627634c81aee988857c05..bc6b76152c0a774749546027bf27a5403509ed24 100644 (file)
@@ -165,7 +165,7 @@ Disassembly of section .text:
  +10125c:      01 00 00 00     nop *
  +101260:      01 00 00 00     nop *
  +101264:      01 00 00 00     nop *
- +101268:      81 cf e0 08     rett  %i7 \+ 8
+ +101268:      81 cf e0 08     return  %i7 \+ 8
  +10126c:      01 00 00 00     nop *
 #...
 
index af4918c686a0cd0a8249d8165dff917463733fd1..cd872f2df390f3804ffbf3ab37170a05dc13054d 100644 (file)
@@ -83,6 +83,6 @@ Disassembly of section .text:
  +1118:        01 00 00 00     nop *
  +111c:        01 00 00 00     nop *
  +1120:        01 00 00 00     nop *
- +1124:        81 cf e0 08     rett  %i7 \+ 8
+ +1124:        81 cf e0 08     return  %i7 \+ 8
  +1128:        01 00 00 00     nop *
 #pass
index 5e94858182dc938b8ac63e964286f493c69fd928..00dbc20c84fa079ce6d6312d097d29d99005cc9c 100644 (file)
@@ -215,6 +215,6 @@ Disassembly of section .text:
  +1320:        01 00 00 00     nop *
  +1324:        01 00 00 00     nop *
  +1328:        01 00 00 00     nop *
- +132c:        81 cf e0 08     rett  %i7 \+ 8
+ +132c:        81 cf e0 08     return  %i7 \+ 8
  +1330:        01 00 00 00     nop *
 #pass
This page took 0.027152 seconds and 4 git commands to generate.