From f436f38e7dff19b0d80bf62a58edd98697242108 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 2 Jul 2020 14:08:16 +0100 Subject: [PATCH] Skip fill-1 gas test for MeP targets. * testsuite/gas/all/fill-1.d: Skip for MeP targets. --- gas/ChangeLog | 4 ++++ gas/testsuite/gas/all/fill-1.d | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index c4b04f02bd..673f972b58 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-07-02 Nick Clifton + + * testsuite/gas/all/fill-1.d: Skip for MeP targets. + 2020-07-02 Alex Coplan * config/tc-aarch64.c (reg_name_p): Fix cast so that we don't 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 .* -- 2.34.1