• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修订版8b353c47b70568ab9f0cfd619b7a19e931c2b0c8 (tree)
时间2017-04-24 21:31:31
作者Jose E. Marchesi <jose.marchesi@orac...>
CommiterJose E. Marchesi

Log Message

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.

更改概述

差异

--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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+
18 2017-04-21 H.J. Lu <hongjiu.lu@intel.com>
29
310 PR ld/21402
--- a/ld/testsuite/ld-sparc/tlssunbin64.dd
+++ b/ld/testsuite/ld-sparc/tlssunbin64.dd
@@ -165,7 +165,7 @@ Disassembly of section .text:
165165 +10125c: 01 00 00 00 nop *
166166 +101260: 01 00 00 00 nop *
167167 +101264: 01 00 00 00 nop *
168- +101268: 81 cf e0 08 rett %i7 \+ 8
168+ +101268: 81 cf e0 08 return %i7 \+ 8
169169 +10126c: 01 00 00 00 nop *
170170 #...
171171
--- a/ld/testsuite/ld-sparc/tlssunnopic64.dd
+++ b/ld/testsuite/ld-sparc/tlssunnopic64.dd
@@ -83,6 +83,6 @@ Disassembly of section .text:
8383 +1118: 01 00 00 00 nop *
8484 +111c: 01 00 00 00 nop *
8585 +1120: 01 00 00 00 nop *
86- +1124: 81 cf e0 08 rett %i7 \+ 8
86+ +1124: 81 cf e0 08 return %i7 \+ 8
8787 +1128: 01 00 00 00 nop *
8888 #pass
--- a/ld/testsuite/ld-sparc/tlssunpic64.dd
+++ b/ld/testsuite/ld-sparc/tlssunpic64.dd
@@ -215,6 +215,6 @@ Disassembly of section .text:
215215 +1320: 01 00 00 00 nop *
216216 +1324: 01 00 00 00 nop *
217217 +1328: 01 00 00 00 nop *
218- +132c: 81 cf e0 08 rett %i7 \+ 8
218+ +132c: 81 cf e0 08 return %i7 \+ 8
219219 +1330: 01 00 00 00 nop *
220220 #pass