diff options
author | Alan Modra <amodra@gmail.com> | 2019-11-21 17:22:41 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-11-21 19:09:18 +1030 |
commit | 5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4 (patch) | |
tree | 19fff230f4870272fd18eff9eb9f571cefe86734 /ld/ChangeLog | |
parent | b13e475ed21ee0b57c5ce0f3cf8489a4164734e7 (diff) | |
download | binutils-5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4.zip binutils-5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4.tar.gz binutils-5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4.tar.bz2 |
PR46, cygwin: FAIL: cdtest with -Ur
See the comment in pe.sc to understand why ld -Ur won't work.
PR 46
binutils/
* testsuite/lib/binutils-common.exp (is_pecoff_format): Rewrite
with positive logic and add more target triples.
ld/
* scripttempl/pe.sc: Comment on ld -Ur fail. Wrap .gcc_exc comment.
* scripttempl/pep.sc: Likewise.
* testsuite/ld-cdtest/cdtest.exp (test2): xfail for pe.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 39646cb..e4e3f74 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2019-11-21 Alan Modra <amodra@gmail.com> + + PR 46 + * scripttempl/pe.sc: Comment on ld -Ur fail. Wrap .gcc_exc comment. + * scripttempl/pep.sc: Likewise. + * scripttempl/i386beos.sc: Wrap .gcc_exc comment. + * scripttempl/mcorepe.sc: Likewise. + * testsuite/ld-cdtest/cdtest.exp (test2): xfail for pe. + 2019-11-12 Jim Wilson <jimw@sifive.com> PR 25181 |