Commit: skip fill-1 gas test for MeP targets.

Nick Clifton nickc@redhat.com
Thu Jul 2 13:07:58 GMT 2020


Hi Guys.

  I am applying the patch below to remove an unexpected failure in the
  gas testsuite for MeP targets.  These targets fail the fill-1 test
  because they do not resolve local symbol differences at assembly time.

Cheers
  Nick

gas/ChangeLog
2020-07-02  Nick Clifton  <nickc@redhat.com>

	* testsuite/gas/all/fill-1.d: Skip for MeP targets.

diff --git a/gas/testsuite/gas/all/fill-1.d b/gas/testsuite/gas/all/fill-1.d
index 6962a9880d..dbf9a631b2 100644
--- a/gas/testsuite/gas/all/fill-1.d
+++ b/gas/testsuite/gas/all/fill-1.d
@@ -1,6 +1,8 @@
 #objdump: -s -j .data -j "\$DATA\$"
 #name: fill test with forward labels
-#notarget: tic4x-*-* tic54x-*-*
+# The following targets do not define DIFF_EXPR_OK and so the
+# .fill expression cannot be calculated at assembly time:
+#notarget: tic4x-*-* tic54x-*-* mep-*-*
 
 .*: +file format .*
 



More information about the Binutils mailing list