diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/pr25662.s')
-rw-r--r-- | binutils/testsuite/binutils-all/pr25662.s | 4 |
1 files changed, 2 insertions, 2 deletions
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 |