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

@ -1,3 +1,8 @@
2021-02-12 Alan Modra <amodra@gmail.com>
* testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
"c" with "ccc" labels.
2021-02-12 Tom de Vries <tdevries@suse.de> 2021-02-12 Tom de Vries <tdevries@suse.de>
* dwarf.h (debug_info): Fix typo in comment. * dwarf.h (debug_info): Fix typo in comment.

View file

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