From 10371501814d6944dc625477e75f5d7b89288ddf Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 5 Jan 2022 19:06:27 +1030 Subject: [PATCH] Adjust quoted-sym-names test Some targets restrict symbol addresses in .text to instruction boundaries. * testsuite/gas/all/quoted-sym-names.s: Define syms in .data. * testsuite/gas/all/quoted-sym-names.d: Adjust to suit. --- gas/testsuite/gas/all/quoted-sym-names.d | 10 +++++----- gas/testsuite/gas/all/quoted-sym-names.s | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gas/testsuite/gas/all/quoted-sym-names.d b/gas/testsuite/gas/all/quoted-sym-names.d index 5f0d3f8c469..17e4830315b 100644 --- a/gas/testsuite/gas/all/quoted-sym-names.d +++ b/gas/testsuite/gas/all/quoted-sym-names.d @@ -6,8 +6,8 @@ #notarget: z80-*-* #... -0+00 T test-a -0+01 T back\\slash -0+02 T back"slash -0+03 T backslash\\ -0+04 T backslash" +0+00 D test-a +0+01 D back\\slash +0+02 D back"slash +0+03 D backslash\\ +0+04 D backslash" diff --git a/gas/testsuite/gas/all/quoted-sym-names.s b/gas/testsuite/gas/all/quoted-sym-names.s index 677f5dd3ce4..0c1e9eb7cdf 100644 --- a/gas/testsuite/gas/all/quoted-sym-names.s +++ b/gas/testsuite/gas/all/quoted-sym-names.s @@ -1,4 +1,4 @@ - .text + .data .globl "test-a" "test-a": .byte 0 -- 2.30.2