public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Adjust quoted-sym-names test
@ 2022-01-05  9:36 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2022-01-05  9:36 UTC (permalink / raw)
  To: binutils

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.

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

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-05  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05  9:36 Adjust quoted-sym-names test Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).