mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
2d8c1a2318
Fix a typo: `.dc.w' -> `.dc.l' in `strip-13mips64.s', correcting a bug
from commit 2f8ceb3899
("binutils/testsuite: Support REL and MIPS64
reloc formats with `strip-13'"). For relocation format correctness only
as there is no observable change in test results due to the lack of
connection between the second relocation entry affected and the examined
error message produced.
binutils/
* testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
than `.dc.w' in second relocation.
15 lines
174 B
ArmAsm
15 lines
174 B
ArmAsm
.text
|
|
foo:
|
|
.dc.l 0x12345678
|
|
|
|
.section .rela.text
|
|
.dc.a 0
|
|
.dc.l 0
|
|
.dc.b 0, 0, 0, 0x8f
|
|
.dc.a 0x0000008f
|
|
|
|
.dc.a 0
|
|
.dc.l 0
|
|
.dc.b 0, 0, 0, 0
|
|
.dc.a 0
|