mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user