binutils test pr25662: don't use single character labels
authorAlan Modra <amodra@gmail.com>
Fri, 12 Feb 2021 06:04:28 +0000 (16:34 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 12 Feb 2021 08:25:36 +0000 (18:55 +1030)
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.

binutils/ChangeLog
binutils/testsuite/binutils-all/pr25662.s

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