From 8b353c47b70568ab9f0cfd619b7a19e931c2b0c8 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Mon, 24 Apr 2017 05:31:31 -0700 Subject: 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 * 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 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ld/ChangeLog') diff --git a/ld/ChangeLog b/ld/ChangeLog index c6daa9a..9ab31fa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2017-04-24 Jose E. Marchesi + + * 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 PR ld/21402 -- cgit v1.1