From 8f054a7a5a973ffc590e90b8cec3d622a8da6c5c Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 12 Feb 2021 16:34:28 +1030 Subject: 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. --- binutils/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/pr25662.s | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 85549b5..040ec98 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 0b4db05..8b3594b 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 -- cgit v1.1