diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-04-22 10:55:07 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-04-22 10:55:07 +0200 |
commit | d018cd835ccdbfcfbc1e144a836974a9b9c385b6 (patch) | |
tree | 8ba2cd344fd5c3112526045d4c69cf790bae960f /ld/ChangeLog | |
parent | 05f3c0f09ec7181e00b4095804acad78040284c8 (diff) | |
download | fsf-binutils-gdb-d018cd835ccdbfcfbc1e144a836974a9b9c385b6.zip fsf-binutils-gdb-d018cd835ccdbfcfbc1e144a836974a9b9c385b6.tar.gz fsf-binutils-gdb-d018cd835ccdbfcfbc1e144a836974a9b9c385b6.tar.bz2 |
x86-64/PE: adjust PR ld/26659 testcase for Cygwin
While the testcase put in place by 74edb473c9ec ("PE/Windows x86_64: Fix
weak undef symbols after image base change") is fine for MingW, it fails
for Cygwin. This is because the default image base is different there
(for whatever reason).
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a450d9a..93afd53 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2021-04-22 Jan Beulich <jbeulich@suse.com> + + PR ld/26659 + * testsuite/ld-pe/pr26659-weak-undef-sym.d: Relax for Cygwin. + 2021-04-21 Nick Clifton <nickc@redhat.com> * testsuite/ld-aarch64/variant_pcs-now.d: Adjust expected output |