From: Alan Modra Date: Fri, 12 Feb 2021 06:04:28 +0000 (+1030) Subject: binutils test pr25662: don't use single character labels X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f054a7a5a973ffc590e90b8cec3d622a8da6c5c;p=binutils-gdb.git 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. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 85549b5a30a..040ec988a8d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2021-02-12 Alan Modra + + * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and + "c" with "ccc" labels. + 2021-02-12 Tom de Vries * dwarf.h (debug_info): Fix typo in comment. diff --git a/binutils/testsuite/binutils-all/pr25662.s b/binutils/testsuite/binutils-all/pr25662.s index 0b4db05026f..8b3594b68a6 100644 --- a/binutils/testsuite/binutils-all/pr25662.s +++ b/binutils/testsuite/binutils-all/pr25662.s @@ -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