diff options
author | Alan Modra <amodra@gmail.com> | 2021-03-11 21:40:02 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-03-12 10:41:34 +1030 |
commit | 68cb21837f09fd9c12fe4ced7b14f892be929c4f (patch) | |
tree | 2aac19510c37a1f4cc14fca7a0be91f2a7091ac8 /ld/ChangeLog | |
parent | 1e1e17e5e2395bb94a9c0062c1cb991d1eecd04c (diff) | |
download | gdb-68cb21837f09fd9c12fe4ced7b14f892be929c4f.zip gdb-68cb21837f09fd9c12fe4ced7b14f892be929c4f.tar.gz gdb-68cb21837f09fd9c12fe4ced7b14f892be929c4f.tar.bz2 |
PE image base fallout
Fixes x86_64-w64-mingw32 tests that failed with the recent diagnosis
for out of range RVA, and a couple of other gc-sections tests that failed
for other reasons.
* testsuite/ld-gc/gc.exp: Pass "-image-base 0" to ld for PE, and
arrange to define __main for some run_dump_test tests.
* testsuite/ld-gc/pr13683.d: Accept more symbols.
* testsuite/ld-gc/pr14265.d: Likewise, and ordering.
* testsuite/ld-scripts/crossref.exp: Pass "-image-base 0" to ld for PE.
* testsuite/ld-srec/srec.exp: Likewise.
* testsuite/lib/ld-lib.exp (ld_link_defsyms): Use is_pecoff_format.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b5298b98..acb8aab 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2021-03-12 Alan Modra <amodra@gmail.com> + + * testsuite/ld-gc/gc.exp: Pass "-image-base 0" to ld for PE, and + arrange to define __main for some run_dump_test tests. + * testsuite/ld-gc/pr13683.d: Accept more symbols. + * testsuite/ld-gc/pr14265.d: Likewise, and ordering. + * testsuite/ld-scripts/crossref.exp: Pass "-image-base 0" to ld for PE. + * testsuite/ld-srec/srec.exp: Likewise. + * testsuite/lib/ld-lib.exp (ld_link_defsyms): Use is_pecoff_format. + 2021-03-11 Nelson Chu <nelson.chu@sifive.com> * emultempl/riscvelf.em (after_allocation): Run ldelf_map_segments |