GNU Binutils with patches for OS216
修订版 | 8b353c47b70568ab9f0cfd619b7a19e931c2b0c8 (tree) |
---|---|
时间 | 2017-04-24 21:31:31 |
作者 | Jose E. Marchesi <jose.marchesi@orac...> |
Commiter | Jose E. Marchesi |
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.
@@ -1,3 +1,10 @@ | ||
1 | +2017-04-24 Jose E. Marchesi <jose.marchesi@oracle.com> | |
2 | + | |
3 | + * testsuite/ld-sparc/tlssunbin64.dd: Expect `return' instructions | |
4 | + instead of `rett' in V9. | |
5 | + * testsuite/ld-sparc/tlssunnopic64.dd: Likewise. | |
6 | + * testsuite/ld-sparc/tlssunpic64.dd: Likewise. | |
7 | + | |
1 | 8 | 2017-04-21 H.J. Lu <hongjiu.lu@intel.com> |
2 | 9 | |
3 | 10 | PR ld/21402 |
@@ -165,7 +165,7 @@ Disassembly of section .text: | ||
165 | 165 | +10125c: 01 00 00 00 nop * |
166 | 166 | +101260: 01 00 00 00 nop * |
167 | 167 | +101264: 01 00 00 00 nop * |
168 | - +101268: 81 cf e0 08 rett %i7 \+ 8 | |
168 | + +101268: 81 cf e0 08 return %i7 \+ 8 | |
169 | 169 | +10126c: 01 00 00 00 nop * |
170 | 170 | #... |
171 | 171 |
@@ -83,6 +83,6 @@ Disassembly of section .text: | ||
83 | 83 | +1118: 01 00 00 00 nop * |
84 | 84 | +111c: 01 00 00 00 nop * |
85 | 85 | +1120: 01 00 00 00 nop * |
86 | - +1124: 81 cf e0 08 rett %i7 \+ 8 | |
86 | + +1124: 81 cf e0 08 return %i7 \+ 8 | |
87 | 87 | +1128: 01 00 00 00 nop * |
88 | 88 | #pass |
@@ -215,6 +215,6 @@ Disassembly of section .text: | ||
215 | 215 | +1320: 01 00 00 00 nop * |
216 | 216 | +1324: 01 00 00 00 nop * |
217 | 217 | +1328: 01 00 00 00 nop * |
218 | - +132c: 81 cf e0 08 rett %i7 \+ 8 | |
218 | + +132c: 81 cf e0 08 return %i7 \+ 8 | |
219 | 219 | +1330: 01 00 00 00 nop * |
220 | 220 | #pass |