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.
+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>
 
        * dwarf.h (debug_info): Fix typo in comment.
 
    to run this testcase for other file formats.  */
 
        .section .bss
-a:
+aaa:
        .zero   0x2
 
        .section .data
-c:
+ccc:
        .zero   0x201
 
        .section .text