aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-11-21 17:22:41 +1030
committerAlan Modra <amodra@gmail.com>2019-11-21 19:09:18 +1030
commit5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4 (patch)
tree19fff230f4870272fd18eff9eb9f571cefe86734 /binutils/ChangeLog
parentb13e475ed21ee0b57c5ce0f3cf8489a4164734e7 (diff)
downloadfsf-binutils-gdb-5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4.zip
fsf-binutils-gdb-5b537ffc55757b05ca2d7dbd1bbe2d59d88c24a4.tar.gz
fsf-binutils-gdb-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 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index eed7d33..10ab37c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2019-11-21 Alan Modra <amodra@gmail.com>
+
+ * testsuite/lib/binutils-common.exp (is_pecoff_format): Rewrite
+ with positive logic and add more target triples.
+
2019-11-19 Alan Modra <amodra@gmail.com>
PR 24499