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