From: Alan Modra Date: Fri, 2 Aug 2019 03:04:55 +0000 (+0930) Subject: PowerPC tlsie test fix X-Git-Tag: binutils-2_33~349 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b611b2dc3075d20372557021f95ec326cdf8aa5;p=platform%2Fupstream%2Fbinutils.git PowerPC tlsie test fix * testsuite/ld-powerpc/tlsie.s: Correct medium model ELF sequence. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index a93d367..8015427 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2019-08-02 Alan Modra + + * testsuite/ld-powerpc/tlsie.s: Correct medium model ELF sequence. + 2019-08-01 Alan Modra PR 24806 diff --git a/ld/testsuite/ld-powerpc/tlsie.s b/ld/testsuite/ld-powerpc/tlsie.s index 384e7ce..c792b93 100644 --- a/ld/testsuite/ld-powerpc/tlsie.s +++ b/ld/testsuite/ld-powerpc/tlsie.s @@ -22,7 +22,7 @@ _start: .text #Medium model ELF - addi 9,2,b@got@tprel@ha + addis 9,2,b@got@tprel@ha ld 10,b@got@tprel@l(9) add 3,10,b@tls @@ -38,7 +38,7 @@ _start: .Ld: .quad d@tprel .text - addi 9,2,d@got@tprel@ha + addis 9,2,d@got@tprel@ha ld 31,d@got@tprel@l(9) add 3,31,d@tls pld 30,d@got@tprel@pcrel