diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2017-04-24 05:31:31 -0700 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2017-04-24 05:31:31 -0700 |
commit | 8b353c47b70568ab9f0cfd619b7a19e931c2b0c8 (patch) | |
tree | ce18542da9842206eab749a872249eab79ecb4ac /ld/testsuite/ld-sparc/tlssunbin64.dd | |
parent | 957f6b39cab6cac0e4c54e650c7f75109544ac1d (diff) | |
download | gdb-8b353c47b70568ab9f0cfd619b7a19e931c2b0c8.zip gdb-8b353c47b70568ab9f0cfd619b7a19e931c2b0c8.tar.gz gdb-8b353c47b70568ab9f0cfd619b7a19e931c2b0c8.tar.bz2 |
ld: fix regressions with rett instructions in sparc tests.
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.
Diffstat (limited to 'ld/testsuite/ld-sparc/tlssunbin64.dd')
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunbin64.dd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-sparc/tlssunbin64.dd b/ld/testsuite/ld-sparc/tlssunbin64.dd index cd7db1c..bc6b761 100644 --- a/ld/testsuite/ld-sparc/tlssunbin64.dd +++ b/ld/testsuite/ld-sparc/tlssunbin64.dd @@ -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 * #... |