diff options
author | Alan Modra <amodra@gmail.com> | 2020-08-28 10:51:28 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-08-28 13:12:20 +0930 |
commit | 16f9c644c7fcec6f4aa6f4e8a1458b57d2b28982 (patch) | |
tree | cd4c4e2537bcaabb2afee9d9893b47cc44aef5f1 /ld/ChangeLog | |
parent | 3b1450b38c644f99aa2e211747b428b9f8d15cca (diff) | |
download | fsf-binutils-gdb-16f9c644c7fcec6f4aa6f4e8a1458b57d2b28982.zip fsf-binutils-gdb-16f9c644c7fcec6f4aa6f4e8a1458b57d2b28982.tar.gz fsf-binutils-gdb-16f9c644c7fcec6f4aa6f4e8a1458b57d2b28982.tar.bz2 |
mingw plugin test regressions due to commit 514b4e191d5f
Fixes new failures due to image base change.
PR 19011
* testsuite/ld-plugin/plugin.exp: Use modified CFLAGS throughout
file. Add --image-base for pecoff.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 787d760..824e00d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2020-08-28 Alan Modra <amodra@gmail.com> + + PR 19011 + * testsuite/ld-plugin/plugin.exp: Use modified CFLAGS throughout + file. Add --image-base for pecoff. + 2020-08-28 Nelson Chu <nelson.chu@sifive.com> testsuite/ld-riscv-elf/lib-nopic-01a.s: Use R_RISCV_JAL rather |