binutils test pr25662: don't use single character labels

This fixes the test for z80, which predefine register symbols "a" and
"c" among others.

	* testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
	"c" with "ccc" labels.
This commit is contained in:
Alan Modra 2021-02-12 16:34:28 +10:30
parent 3c1d41015b
commit 8f054a7a5a
2 changed files with 7 additions and 2 deletions

View file

@ -21,11 +21,11 @@
to run this testcase for other file formats. */
.section .bss
a:
aaa:
.zero 0x2
.section .data
c:
ccc:
.zero 0x201
.section .text