aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-01-20 17:02:42 +0000
committerNick Clifton <nickc@redhat.com>2016-01-20 17:02:42 +0000
commit74b92a5c75901b103fb58f5e645c86a1c4ccb618 (patch)
treea51f6e73a761dfa4a874fd89b575b4e6abf976aa /gas/ChangeLog
parent72e0b2547dfcc466751ee4c5daf113d533140f66 (diff)
downloadgdb-74b92a5c75901b103fb58f5e645c86a1c4ccb618.zip
gdb-74b92a5c75901b103fb58f5e645c86a1c4ccb618.tar.gz
gdb-74b92a5c75901b103fb58f5e645c86a1c4ccb618.tar.bz2
Fix unexpected failures in GAS testsuite for ARM VxWorks target.
PR 19456 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks. * testsuite/gas/arm/blx-bl-convert.d * testsuite/gas/arm/plt-1.d: Likewise. * testsuite/gas/arm/reloc-bad.d: Likewise. * testsuite/gas/arm/thumb-w-good.d: Likewise. * testsuite/gas/arm/thumb2_pool.d: Likewise. * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks * testsuite/gas/arm/tls_vxworks.d: Update expected output.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index b5c8884..7c59774 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,15 @@
2016-01-20 Nick Clifton <nickc@redhat.com>
+ PR 19456
+ * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
+ * testsuite/gas/arm/blx-bl-convert.d
+ * testsuite/gas/arm/plt-1.d: Likewise.
+ * testsuite/gas/arm/reloc-bad.d: Likewise.
+ * testsuite/gas/arm/thumb-w-good.d: Likewise.
+ * testsuite/gas/arm/thumb2_pool.d: Likewise.
+ * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
+ * testsuite/gas/arm/tls_vxworks.d: Update expected output.
+
PR 19499
* doc/as.texinfo (Errors): Correct documentation describing the
interaction of .file and .line with warning and error messages.