diff options
author | Alan Modra <amodra@gmail.com> | 2020-11-17 08:38:05 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-11-17 20:59:53 +1030 |
commit | 7cc340055d3993a25ded914aef88f784f16d46bc (patch) | |
tree | bfe3c19a8ebf58690f5f6e811d54ec02434377cb /ld/ChangeLog | |
parent | 6f2643dbd2192e6fff77a5e6fec5141d209fd7d0 (diff) | |
download | binutils-7cc340055d3993a25ded914aef88f784f16d46bc.zip binutils-7cc340055d3993a25ded914aef88f784f16d46bc.tar.gz binutils-7cc340055d3993a25ded914aef88f784f16d46bc.tar.bz2 |
PR26882, --enable-textrel-check=warning test failures on powerpc
PR 26882
* testsuite/ld-powerpc/dotsym3.d: Add "-z notext" to ld options.
* testsuite/ld-powerpc/dotsym4.d: Likewise.
* testsuite/ld-powerpc/ppc476-shared.d: Likewise.
* testsuite/ld-powerpc/ppc476-shared2.d: Likewise.
* testsuite/ld-powerpc/powerpc.exp: Likewise for various tests.
* testsuite/ld-undefined/weak-fundef.s: Add BLPLT variant.
* testsuite/ld-undefined/weak-undef.exp: Define BLPLT for ppc32.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0150f61..7141182 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2020-11-17 Alan Modra <amodra@gmail.com> + + PR 26882 + * testsuite/ld-powerpc/dotsym3.d: Add "-z notext" to ld options. + * testsuite/ld-powerpc/dotsym4.d: Likewise. + * testsuite/ld-powerpc/ppc476-shared.d: Likewise. + * testsuite/ld-powerpc/ppc476-shared2.d: Likewise. + * testsuite/ld-powerpc/powerpc.exp: Likewise for various tests. + * testsuite/ld-undefined/weak-fundef.s: Add BLPLT variant. + * testsuite/ld-undefined/weak-undef.exp: Define BLPLT for ppc32. + 2020-11-16 Nick Clifton <nickc@redhat.com> * po/es.po: Updated Spanish translation. |